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

/freebsd-current/sys/dev/ath/
H A Dif_ath_rx_edma.c217 bf = re->m_fifo[i];
446 bf = re->m_fifo[re->m_fifo_head];
494 re->m_fifo[re->m_fifo_head] = NULL;
828 if (re->m_fifo[re->m_fifo_tail] != NULL) {
834 re->m_fifo[re->m_fifo_tail]);
837 ath_edma_rxbuf_free(sc, re->m_fifo[re->m_fifo_tail]);
840 re->m_fifo[re->m_fifo_tail] = NULL;
855 re->m_fifo[re->m_fifo_tail] = bf;
890 if (re->m_fifo[i] != NULL) {
892 struct ath_buf *bf = re->m_fifo[
[all...]
H A Dif_ath_tx_edma.c642 te->m_fifo = malloc(sizeof(struct ath_buf *) * HAL_TXFIFO_DEPTH,
645 if (te->m_fifo == NULL) {
665 free(te->m_fifo, M_ATHDEV);
H A Dif_athvar.h530 struct ath_buf **m_fifo; member in struct:ath_rx_edma
540 struct ath_buf **m_fifo; member in struct:ath_tx_edma_fifo

Completed in 80 milliseconds