Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_tx.c3258 } else if ((txq->axq_depth + txq->fifo.axq_depth < sc->sc_hwq_limit_nonaggr) && in ath_tx_swq()
5788 if (txq->axq_depth + txq->fifo.axq_depth >= sc->sc_hwq_limit_nonaggr) {
5828 if (txq->axq_depth >= sc->sc_hwq_limit_nonaggr) {
H A Dif_ath_sysctl.c931 "hwq_limit_nonaggr", CTLFLAG_RW, &sc->sc_hwq_limit_nonaggr, 0, in ath_sysctlattach()
H A Dif_athvar.h863 int sc_hwq_limit_nonaggr; member
H A Dif_ath.c1239 sc->sc_hwq_limit_nonaggr = ATH_NONAGGR_MIN_QDEPTH; in ath_attach()