Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx_ht.c811 (sc->sc_rts_aggr_limit < in ath_tx_form_aggr()
H A Dif_ath.c1176 &sc->sc_rts_aggr_limit);
1177 if (sc->sc_rts_aggr_limit != (64 * 1024))
1180 sc->sc_rts_aggr_limit / 1024);
H A Dif_ath_sysctl.c954 "rts_aggr_limit", CTLFLAG_RW, &sc->sc_rts_aggr_limit, 0, in ath_sysctlattach()
H A Dif_athvar.h850 uint32_t sc_rts_aggr_limit; /* TX limit on RTS aggregates */ member