Searched refs:sc_hwq_limit_aggr (Results 1 – 4 of 4) sorted by relevance
3239 (txq->axq_aggr_depth < sc->sc_hwq_limit_aggr)) { in ath_tx_swq()5616 if (txq->axq_aggr_depth >= sc->sc_hwq_limit_aggr ||5757 if (txq->axq_aggr_depth >= sc->sc_hwq_limit_aggr) {5805 if (txq->axq_aggr_depth + txq->fifo.axq_depth >= sc->sc_hwq_limit_aggr) {
934 "hwq_limit_aggr", CTLFLAG_RW, &sc->sc_hwq_limit_aggr, 0, in ath_sysctlattach()
864 int sc_hwq_limit_aggr; member
1238 sc->sc_hwq_limit_aggr = ATH_AGGR_MIN_QDEPTH; in ath_attach()