Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx_ht.c410 int ndelim, mindelim = 0; in ath_compute_num_delims() local
443 ndelim = ATH_AGGR_GET_NDELIM(pktlen); in ath_compute_num_delims()
455 ndelim += ATH_AGGR_ENCRYPTDELIM; in ath_compute_num_delims()
466 && ndelim < AH_FIRST_DESC_NDELIMS && is_first) in ath_compute_num_delims()
467 ndelim = AH_FIRST_DESC_NDELIMS; in ath_compute_num_delims()
474 ndelim = MAX(ndelim, sc->sc_delim_min_pad); in ath_compute_num_delims()
478 __func__, pktlen, ndelim, mpdudensity); in ath_compute_num_delims()
486 return ndelim; in ath_compute_num_delims()
521 ndelim = MAX(mindelim, ndelim); in ath_compute_num_delims()
526 __func__, pktlen, minlen, rix, rc, width, half_gi, ndelim); in ath_compute_num_delims()
[all …]