Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_sysctl.c962 &sc->sc_txq_mcastq_maxdepth, 0, in ath_sysctlattach()
H A Dif_athvar.h846 int sc_txq_mcastq_maxdepth; member
H A Dif_ath_tx.c1960 > sc->sc_txq_mcastq_maxdepth) { in ath_tx_start()
2459 > sc->sc_txq_mcastq_maxdepth) { in ath_raw_xmit()
H A Dif_ath.c1075 sc->sc_txq_mcastq_maxdepth = MIN(64, ath_txbuf / 4); in ath_attach()