Lines Matching refs:ndelim
808 int width, streams, half_gi, ndelim, mindelim; in ath_compute_num_delims() local
812 ndelim = ATH_AGGR_GET_NDELIM(frmlen); in ath_compute_num_delims()
822 ndelim += ATH_AGGR_ENCRYPTDELIM; in ath_compute_num_delims()
830 ndelim = max(ndelim, FIRST_DESC_NDELIMS); in ath_compute_num_delims()
843 return ndelim; in ath_compute_num_delims()
864 ndelim = max(mindelim, ndelim); in ath_compute_num_delims()
867 return ndelim; in ath_compute_num_delims()
955 int nframes = 0, ndelim; in ath_tx_form_aggr() local
990 ndelim = ath_compute_num_delims(sc, tid, bf_first, fi->framelen, in ath_tx_form_aggr()
992 bpad = PADBYTES(al_delta) + (ndelim << 2); in ath_tx_form_aggr()
1000 bf->bf_state.ndelim = ndelim; in ath_tx_form_aggr()
1390 info.ndelim = bf->bf_state.ndelim; in ath_tx_fill_desc()