Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath_rx_edma.c215 for (j = 0; j < re->m_fifo_depth; j++) { in ath_edma_reinit_fifo()
469 re->m_fifo_depth--; in ath_edma_recv_proc_queue()
471 } while (re->m_fifo_depth > 0); in ath_edma_recv_proc_queue()
807 for (i = 0; i < nbufs && re->m_fifo_depth < re->m_fifolen; i++) { in ath_edma_rxfifo_alloc()
819 re->m_fifo_depth--; in ath_edma_rxfifo_alloc()
847 re->m_fifo_depth++; in ath_edma_rxfifo_alloc()
880 re->m_fifo_depth--; in ath_edma_rxfifo_flush()
888 re->m_fifo_head = re->m_fifo_tail = re->m_fifo_depth = 0; in ath_edma_rxfifo_flush()
931 re->m_fifo_head = re->m_fifo_tail = re->m_fifo_depth = 0; in ath_edma_setup_rxfifo()
H A Dif_ath_tx_edma.c488 te->m_fifo_head = te->m_fifo_tail = te->m_fifo_depth = 0; in ath_edma_setup_txfifo()
H A Dif_athvar.h543 int m_fifo_depth; member
553 int m_fifo_depth; member
H A Dif_ath_sysctl.c538 sc->sc_rxedma[i].m_fifo_depth, in ath_sysctl_txagg()