Home
last modified time | relevance | path

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

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