Lines Matching refs:ndelim
727 int width, streams, half_gi, ndelim, mindelim; in ath_compute_num_delims() local
731 ndelim = ATH_AGGR_GET_NDELIM(frmlen); in ath_compute_num_delims()
741 ndelim += ATH_AGGR_ENCRYPTDELIM; in ath_compute_num_delims()
749 ndelim = max(ndelim, FIRST_DESC_NDELIMS); in ath_compute_num_delims()
762 return ndelim; in ath_compute_num_delims()
783 ndelim = max(mindelim, ndelim); in ath_compute_num_delims()
786 return ndelim; in ath_compute_num_delims()
797 int rl = 0, nframes = 0, ndelim, prev_al = 0; in ath_tx_form_aggr() local
876 ndelim = ath_compute_num_delims(sc, tid, bf_first, fi->framelen, in ath_tx_form_aggr()
878 bpad = PADBYTES(al_delta) + (ndelim << 2); in ath_tx_form_aggr()
886 bf->bf_state.ndelim = ndelim; in ath_tx_form_aggr()
1143 info.ndelim = bf->bf_state.ndelim; in ath_tx_fill_desc()