Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath_rx_edma.c228 if (i != re->m_fifo_tail) { in ath_edma_reinit_fifo()
232 re->m_fifo_tail); in ath_edma_reinit_fifo()
809 if (re->m_fifo[re->m_fifo_tail] != NULL) { in ath_edma_rxfifo_alloc()
814 re->m_fifo_tail, in ath_edma_rxfifo_alloc()
815 re->m_fifo[re->m_fifo_tail]); in ath_edma_rxfifo_alloc()
818 ath_edma_rxbuf_free(sc, re->m_fifo[re->m_fifo_tail]); in ath_edma_rxfifo_alloc()
821 re->m_fifo[re->m_fifo_tail] = NULL; in ath_edma_rxfifo_alloc()
836 re->m_fifo[re->m_fifo_tail] = bf; in ath_edma_rxfifo_alloc()
848 INCR(re->m_fifo_tail, re->m_fifolen); in ath_edma_rxfifo_alloc()
888 re->m_fifo_head = re->m_fifo_tail = re->m_fifo_depth = 0; in ath_edma_rxfifo_flush()
[all …]
H A Dif_ath_tx_edma.c488 te->m_fifo_head = te->m_fifo_tail = te->m_fifo_depth = 0; in ath_edma_setup_txfifo()
H A Dif_athvar.h542 int m_fifo_tail; member
552 int m_fifo_tail; member
H A Dif_ath_sysctl.c541 sc->sc_rxedma[i].m_fifo_tail, in ath_sysctl_txagg()