Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/
HDif_ath_rx_edma.c196 i = re->m_fifo_head; in ath_edma_reinit_fifo()
352 bf = re->m_fifo[re->m_fifo_head]; in ath_edma_recv_proc_queue()
400 re->m_fifo[re->m_fifo_head] = NULL; in ath_edma_recv_proc_queue()
404 INCR(re->m_fifo_head, re->m_fifolen); in ath_edma_recv_proc_queue()
817 re->m_fifo_head = re->m_fifo_tail = re->m_fifo_depth = 0; in ath_edma_rxfifo_flush()
857 re->m_fifo_head = re->m_fifo_tail = re->m_fifo_depth = 0; in ath_edma_setup_rxfifo()
HDif_ath_tx_edma.c481 te->m_fifo_head = te->m_fifo_tail = te->m_fifo_depth = 0; in ath_edma_setup_txfifo()
HDif_athvar.h509 int m_fifo_head; member
518 int m_fifo_head; member
HDif_ath_sysctl.c406 sc->sc_rxedma[i].m_fifo_head, in ath_sysctl_txagg()