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

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_rx_edma.c208 i = re->m_fifo_head;
410 bf = re->m_fifo[re->m_fifo_head];
458 re->m_fifo[re->m_fifo_head] = NULL;
462 INCR(re->m_fifo_head, re->m_fifolen);
872 re->m_fifo_head = re->m_fifo_tail = re->m_fifo_depth = 0;
915 re->m_fifo_head = re->m_fifo_tail = re->m_fifo_depth = 0;
H A Dif_ath_tx_edma.c642 te->m_fifo_head = te->m_fifo_tail = te->m_fifo_depth = 0;
H A Dif_athvar.h528 int m_fifo_head; member in struct:ath_rx_edma
538 int m_fifo_head; member in struct:ath_tx_edma_fifo
H A Dif_ath_sysctl.c537 sc->sc_rxedma[i].m_fifo_head,

Completed in 107 milliseconds