Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/
Dif_ath_rx_edma.c217 i = re->m_fifo_head; 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()
500 INCR(re->m_fifo_head, re->m_fifolen); in ath_edma_recv_proc_queue()
909 re->m_fifo_head = re->m_fifo_tail = re->m_fifo_depth = 0; in ath_edma_rxfifo_flush()
952 re->m_fifo_head = re->m_fifo_tail = re->m_fifo_depth = 0; in ath_edma_setup_rxfifo()
Dif_ath_tx_edma.c656 te->m_fifo_head = te->m_fifo_tail = te->m_fifo_depth = 0; in ath_edma_setup_txfifo()
Dif_athvar.h533 int m_fifo_head; member
543 int m_fifo_head; member
Dif_ath_sysctl.c541 sc->sc_rxedma[i].m_fifo_head, in ath_sysctl_txagg()