Lines Matching refs:ndelim
831 int width, streams, half_gi, ndelim, mindelim; in ath_compute_num_delims() local
835 ndelim = ATH_AGGR_GET_NDELIM(frmlen); in ath_compute_num_delims()
845 ndelim += ATH_AGGR_ENCRYPTDELIM; in ath_compute_num_delims()
853 ndelim = max(ndelim, FIRST_DESC_NDELIMS); in ath_compute_num_delims()
866 return ndelim; in ath_compute_num_delims()
887 ndelim = max(mindelim, ndelim); in ath_compute_num_delims()
890 return ndelim; in ath_compute_num_delims()
989 int nframes = 0, ndelim, ret; in ath_tx_form_aggr() local
1025 ndelim = ath_compute_num_delims(sc, tid, bf_first, fi->framelen, in ath_tx_form_aggr()
1027 bpad = PADBYTES(al_delta) + (ndelim << 2); in ath_tx_form_aggr()
1033 bf->bf_state.ndelim = ndelim; in ath_tx_form_aggr()
1427 info.ndelim = bf->bf_state.ndelim; in ath_tx_fill_desc()