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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c3261 (txq->axq_aggr_depth < sc->sc_hwq_limit_aggr)) {
5638 if (txq->axq_aggr_depth >= sc->sc_hwq_limit_aggr ||
5779 if (txq->axq_aggr_depth >= sc->sc_hwq_limit_aggr) {
5827 if (txq->axq_aggr_depth + txq->fifo.axq_depth >= sc->sc_hwq_limit_aggr) {
H A Dif_athvar.h864 int sc_hwq_limit_aggr; member in struct:ath_softc
H A Dif_ath_sysctl.c936 "hwq_limit_aggr", CTLFLAG_RW, &sc->sc_hwq_limit_aggr, 0,
H A Dif_ath.c1233 sc->sc_hwq_limit_aggr = ATH_AGGR_MIN_QDEPTH;

Completed in 72 milliseconds