Searched refs:ndelim (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | xmit.c | 875 int width, streams, half_gi, ndelim, mindelim; in ath_compute_num_delims() local 879 ndelim = ATH_AGGR_GET_NDELIM(frmlen); in ath_compute_num_delims() 889 ndelim += ATH_AGGR_ENCRYPTDELIM; in ath_compute_num_delims() 897 ndelim = max(ndelim, FIRST_DESC_NDELIMS); in ath_compute_num_delims() 910 return ndelim; in ath_compute_num_delims() 931 ndelim = max(mindelim, ndelim); in ath_compute_num_delims() 934 return ndelim; in ath_compute_num_delims() 1033 int nframes = 0, ndelim, ret; in ath_tx_form_aggr() local 1069 ndelim = ath_compute_num_delims(sc, tid, bf_first, fi->framelen, in ath_tx_form_aggr() 1071 bpad = PADBYTES(al_delta) + (ndelim << 2); in ath_tx_form_aggr() [all …]
|
| H A D | ar9002_mac.c | 273 ctl6 |= SM(i->ndelim, AR_PadDelim); in ar9002_set_txdesc()
|
| H A D | ar9003_mac.c | 126 ctl17 |= SM(i->ndelim, AR_PadDelim); in ar9003_set_txdesc()
|
| H A D | ath9k.h | 215 u8 ndelim; member
|