Home
last modified time | relevance | path

Searched refs:m_fifolen (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_rx_edma.c225 INCR(i, re->m_fifolen); in ath_edma_reinit_fifo()
292 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_fifolen); in ath_edma_startrecv()
295 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_fifolen); in ath_edma_startrecv()
498 INCR(re->m_fifo_head, re->m_fifolen); in ath_edma_recv_proc_queue()
505 ath_edma_rxfifo_alloc(sc, qtype, re->m_fifolen); 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()
867 INCR(re->m_fifo_tail, re->m_fifolen); in ath_edma_rxfifo_alloc()
889 for (i = 0; i < re->m_fifolen; i++) { in ath_edma_rxfifo_flush()
922 if (! ath_hal_getrxfifodepth(sc->sc_ah, qtype, &re->m_fifolen)) { in ath_edma_setup_rxfifo()
934 re->m_fifolen); in ath_edma_setup_rxfifo()
[all …]
H A Dif_athvar.h531 int m_fifolen; member
541 int m_fifolen; member
H A Dif_ath_sysctl.c538 sc->sc_rxedma[i].m_fifolen, in ath_sysctl_txagg()