Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_rx_edma.c216 for (j = 0; j < re->m_fifo_depth; j++) { in ath_edma_reinit_fifo()
499 re->m_fifo_depth--; in ath_edma_recv_proc_queue()
501 } while (re->m_fifo_depth > 0); in ath_edma_recv_proc_queue()
826 for (i = 0; i < nbufs && re->m_fifo_depth < re->m_fifolen; i++) { in ath_edma_rxfifo_alloc()
838 re->m_fifo_depth--; in ath_edma_rxfifo_alloc()
866 re->m_fifo_depth++; in ath_edma_rxfifo_alloc()
899 re->m_fifo_depth--; in ath_edma_rxfifo_flush()
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.h534 int m_fifo_depth; member
544 int m_fifo_depth; member
H A Dif_ath_sysctl.c537 sc->sc_rxedma[i].m_fifo_depth, in ath_sysctl_txagg()