Home
last modified time | relevance | path

Searched refs:m_fifo_tail (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/ath/
HDif_ath_rx_edma.c222 if (i != re->m_fifo_tail) { in ath_edma_reinit_fifo()
226 re->m_fifo_tail); in ath_edma_reinit_fifo()
793 if (re->m_fifo[re->m_fifo_tail] != NULL) { in ath_edma_rxfifo_alloc()
798 re->m_fifo_tail, in ath_edma_rxfifo_alloc()
799 re->m_fifo[re->m_fifo_tail]); in ath_edma_rxfifo_alloc()
802 ath_edma_rxbuf_free(sc, re->m_fifo[re->m_fifo_tail]); in ath_edma_rxfifo_alloc()
805 re->m_fifo[re->m_fifo_tail] = NULL; in ath_edma_rxfifo_alloc()
820 re->m_fifo[re->m_fifo_tail] = bf; in ath_edma_rxfifo_alloc()
832 INCR(re->m_fifo_tail, re->m_fifolen); in ath_edma_rxfifo_alloc()
872 re->m_fifo_head = re->m_fifo_tail = re->m_fifo_depth = 0; in ath_edma_rxfifo_flush()
[all …]
HDif_ath_tx_edma.c483 te->m_fifo_head = te->m_fifo_tail = te->m_fifo_depth = 0; in ath_edma_setup_txfifo()
HDif_athvar.h529 int m_fifo_tail; member
539 int m_fifo_tail; member
HDif_ath_sysctl.c538 sc->sc_rxedma[i].m_fifo_tail, in ath_sysctl_txagg()