Searched refs:m_fifo_depth (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.c218 for (j = 0; j < re->m_fifo_depth; j++) {
501 re->m_fifo_depth--;
503 } while (re->m_fifo_depth > 0);
828 for (i = 0; i < nbufs && re->m_fifo_depth < re->m_fifolen; i++) {
840 re->m_fifo_depth--;
868 re->m_fifo_depth++;
901 re->m_fifo_depth--;
909 re->m_fifo_head = re->m_fifo_tail = re->m_fifo_depth = 0;
952 re->m_fifo_head = re->m_fifo_tail = re->m_fifo_depth = 0;
H A Dif_ath_tx_edma.c656 te->m_fifo_head = te->m_fifo_tail = te->m_fifo_depth = 0;
H A Dif_athvar.h535 int m_fifo_depth; member in struct:ath_rx_edma
545 int m_fifo_depth; member in struct:ath_tx_edma_fifo
H A Dif_ath_sysctl.c539 sc->sc_rxedma[i].m_fifo_depth,

Completed in 104 milliseconds