Home
last modified time | relevance | path

Searched refs:m_fifo (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_rx_edma.c217 bf = re->m_fifo[i]; in ath_edma_reinit_fifo()
446 bf = re->m_fifo[re->m_fifo_head]; in ath_edma_recv_proc_queue()
494 re->m_fifo[re->m_fifo_head] = NULL; in ath_edma_recv_proc_queue()
834 re->m_fifo[re->m_fifo_tail]); in ath_edma_rxfifo_alloc()
840 re->m_fifo[re->m_fifo_tail] = NULL; in ath_edma_rxfifo_alloc()
855 re->m_fifo[re->m_fifo_tail] = bf; in ath_edma_rxfifo_alloc()
890 if (re->m_fifo[i] != NULL) { in ath_edma_rxfifo_flush()
892 struct ath_buf *bf = re->m_fifo[i]; in ath_edma_rxfifo_flush()
898 re->m_fifo[i] = NULL; in ath_edma_rxfifo_flush()
940 if (re->m_fifo == NULL) { in ath_edma_setup_rxfifo()
[all …]
H A Dif_ath_tx_edma.c642 te->m_fifo = malloc(sizeof(struct ath_buf *) * HAL_TXFIFO_DEPTH, in ath_edma_setup_txfifo()
645 if (te->m_fifo == NULL) { in ath_edma_setup_txfifo()
665 free(te->m_fifo, M_ATHDEV); in ath_edma_free_txfifo()
H A Dif_athvar.h530 struct ath_buf **m_fifo; member
540 struct ath_buf **m_fifo; member