Searched refs:m_fifo (Results 1 – 3 of 3) sorted by relevance
217 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()828 if (re->m_fifo[re->m_fifo_tail] != NULL) { in ath_edma_rxfifo_alloc()834 re->m_fifo[re->m_fifo_tail]); in ath_edma_rxfifo_alloc()837 ath_edma_rxbuf_free(sc, 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()[all …]
642 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()
530 struct ath_buf **m_fifo; member540 struct ath_buf **m_fifo; member