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

/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.c3258 } else if ((txq->axq_depth + txq->fifo.axq_depth < sc->sc_hwq_limit_nonaggr) &&
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,
H A Dif_athvar.h863 int sc_hwq_limit_nonaggr; member in struct:ath_softc
H A Dif_ath.c1239 sc->sc_hwq_limit_nonaggr = ATH_NONAGGR_MIN_QDEPTH;

Completed in 157 milliseconds