Lines Matching refs:ndelim
797 int width, streams, half_gi, ndelim, mindelim; in ath_compute_num_delims() local
801 ndelim = ATH_AGGR_GET_NDELIM(frmlen); in ath_compute_num_delims()
811 ndelim += ATH_AGGR_ENCRYPTDELIM; in ath_compute_num_delims()
819 ndelim = max(ndelim, FIRST_DESC_NDELIMS); in ath_compute_num_delims()
832 return ndelim; in ath_compute_num_delims()
853 ndelim = max(mindelim, ndelim); in ath_compute_num_delims()
856 return ndelim; in ath_compute_num_delims()
944 int nframes = 0, ndelim; in ath_tx_form_aggr() local
979 ndelim = ath_compute_num_delims(sc, tid, bf_first, fi->framelen, in ath_tx_form_aggr()
981 bpad = PADBYTES(al_delta) + (ndelim << 2); in ath_tx_form_aggr()
989 bf->bf_state.ndelim = ndelim; in ath_tx_form_aggr()
1379 info.ndelim = bf->bf_state.ndelim; in ath_tx_fill_desc()