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

/freebsd-current/sys/dev/ath/
H A Dif_ath_tx_ht.c572 if (sc->sc_aggr_limit > 0 && sc->sc_aggr_limit < ATH_AGGR_MAXSIZE)
573 amin = sc->sc_aggr_limit;
595 sc->sc_aggr_limit,
H A Dif_ath_sysctl.c945 "aggr_limit", CTLFLAG_RW, &sc->sc_aggr_limit, 0,
H A Dif_athvar.h820 int sc_aggr_limit; /* TX limit on all aggregates */ member in struct:ath_softc
H A Dif_ath.c1242 sc->sc_aggr_limit = ATH_AGGR_MAXSIZE;

Completed in 115 milliseconds