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

/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_tx_ht.c505 if (sc->sc_aggr_limit > 0 && sc->sc_aggr_limit < ATH_AGGR_MAXSIZE)
506 amin = sc->sc_aggr_limit;
H A Dif_ath_sysctl.c942 "aggr_limit", CTLFLAG_RW, &sc->sc_aggr_limit, 0,
H A Dif_athvar.h814 int sc_aggr_limit; /* TX limit on all aggregates */ member in struct:ath_softc
H A Dif_ath.c1163 sc->sc_aggr_limit = ATH_AGGR_MAXSIZE;

Completed in 1273 milliseconds