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

/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.h85 #define ATH_AGGR_MAXSIZE 65530 macro
H A Dif_ath_tx_ht.c568 int amin = ATH_AGGR_MAXSIZE;
572 if (sc->sc_aggr_limit > 0 && sc->sc_aggr_limit < ATH_AGGR_MAXSIZE)
H A Dif_ath_tx.c5382 * Bail if we exceed ATH_AGGR_MAXSIZE bytes; we won't
5403 if (nbytes >= ATH_AGGR_MAXSIZE)
5416 return MIN(nbytes, ATH_AGGR_MAXSIZE);
H A Dif_ath.c1242 sc->sc_aggr_limit = ATH_AGGR_MAXSIZE;

Completed in 207 milliseconds