Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx_edma.c215 i = re->m_fifo_head; in ath_edma_reinit_fifo()
446 bf = re->m_fifo[re->m_fifo_head]; in ath_edma_recv_proc_queue()
494 re->m_fifo[re->m_fifo_head] = NULL; in ath_edma_recv_proc_queue()
498 INCR(re->m_fifo_head, re->m_fifolen); in ath_edma_recv_proc_queue()
907 re->m_fifo_head = re->m_fifo_tail = re->m_fifo_depth = 0; in ath_edma_rxfifo_flush()
950 re->m_fifo_head = re->m_fifo_tail = re->m_fifo_depth = 0; in ath_edma_setup_rxfifo()
H A Dif_ath_tx_edma.c654 te->m_fifo_head = te->m_fifo_tail = te->m_fifo_depth = 0; in ath_edma_setup_txfifo()
H A Dif_athvar.h532 int m_fifo_head; member
542 int m_fifo_head; member
H A Dif_ath_sysctl.c539 sc->sc_rxedma[i].m_fifo_head, in ath_sysctl_txagg()