Searched refs:m_fifo (Results 1 – 3 of 3) sorted by relevance
219 bf = re->m_fifo[i]; in ath_edma_reinit_fifo()448 bf = re->m_fifo[re->m_fifo_head]; in ath_edma_recv_proc_queue()496 re->m_fifo[re->m_fifo_head] = NULL; in ath_edma_recv_proc_queue()830 if (re->m_fifo[re->m_fifo_tail] != NULL) { in ath_edma_rxfifo_alloc()836 re->m_fifo[re->m_fifo_tail]); in ath_edma_rxfifo_alloc()839 ath_edma_rxbuf_free(sc, re->m_fifo[re->m_fifo_tail]); in ath_edma_rxfifo_alloc()842 re->m_fifo[re->m_fifo_tail] = NULL; in ath_edma_rxfifo_alloc()857 re->m_fifo[re->m_fifo_tail] = bf; in ath_edma_rxfifo_alloc()892 if (re->m_fifo[i] != NULL) { in ath_edma_rxfifo_flush()894 struct ath_buf *bf = re->m_fifo[i]; in ath_edma_rxfifo_flush()[all …]
644 te->m_fifo = malloc(sizeof(struct ath_buf *) * HAL_TXFIFO_DEPTH, in ath_edma_setup_txfifo()647 if (te->m_fifo == NULL) { in ath_edma_setup_txfifo()667 free(te->m_fifo, M_ATHDEV); in ath_edma_free_txfifo()
531 struct ath_buf **m_fifo; member541 struct ath_buf **m_fifo; member