Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_tx_ht.c404 int ndelim, mindelim = 0; in ath_compute_num_delims() local
427 ndelim = ATH_AGGR_GET_NDELIM(pktlen); in ath_compute_num_delims()
439 ndelim += ATH_AGGR_ENCRYPTDELIM; in ath_compute_num_delims()
450 && ndelim < AH_FIRST_DESC_NDELIMS && is_first) in ath_compute_num_delims()
451 ndelim = AH_FIRST_DESC_NDELIMS; in ath_compute_num_delims()
458 ndelim = MAX(ndelim, sc->sc_delim_min_pad); in ath_compute_num_delims()
462 __func__, pktlen, ndelim, mpdudensity); in ath_compute_num_delims()
470 return ndelim; in ath_compute_num_delims()
505 ndelim = MAX(mindelim, ndelim); in ath_compute_num_delims()
510 __func__, pktlen, minlen, rix, rc, width, half_gi, ndelim); in ath_compute_num_delims()
[all …]