Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/
HDif_ath_tx.c3100 if (txq->axq_depth + txq->fifo.axq_depth < sc->sc_hwq_limit_aggr) { in ath_tx_swq()
3139 (txq->axq_aggr_depth < sc->sc_hwq_limit_aggr)) { in ath_tx_swq()
5447 if (txq->axq_aggr_depth >= sc->sc_hwq_limit_aggr ||
5574 if (txq->axq_aggr_depth + txq->fifo.axq_depth >= sc->sc_hwq_limit_aggr) {
5615 if (txq->axq_aggr_depth + txq->fifo.axq_depth >= sc->sc_hwq_limit_aggr) {
HDif_ath_sysctl.c931 "hwq_limit_aggr", CTLFLAG_RW, &sc->sc_hwq_limit_aggr, 0, in ath_sysctlattach()
HDif_athvar.h856 int sc_hwq_limit_aggr; member
HDif_ath.c1142 sc->sc_hwq_limit_aggr = ATH_AGGR_MIN_QDEPTH; in ath_attach()