Searched refs:ndelim (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | ampdu.c | 522 u8 ndelim, tid; in brcms_c_ampdu_add_frame() local 529 ndelim = txh->RTSPLCPFallback[AMPDU_FBR_NULL_DELIM]; in brcms_c_ampdu_add_frame() 534 len = roundup(len, 4) + (ndelim + 1) * AMPDU_DELIMITER_LEN; in brcms_c_ampdu_add_frame() 628 u8 ndelim; in brcms_c_ampdu_finalize() local 666 ndelim = txh->RTSPLCPFallback[AMPDU_FBR_NULL_DELIM]; in brcms_c_ampdu_finalize() 668 session->ampdu_len -= ndelim * AMPDU_DELIMITER_LEN; in brcms_c_ampdu_finalize()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 880 int width, streams, half_gi, ndelim, mindelim; in ath_compute_num_delims() local 884 ndelim = ATH_AGGR_GET_NDELIM(frmlen); in ath_compute_num_delims() 894 ndelim += ATH_AGGR_ENCRYPTDELIM; in ath_compute_num_delims() 902 ndelim = max(ndelim, FIRST_DESC_NDELIMS); in ath_compute_num_delims() 915 return ndelim; in ath_compute_num_delims() 936 ndelim = max(mindelim, ndelim); in ath_compute_num_delims() 939 return ndelim; in ath_compute_num_delims() 1038 int nframes = 0, ndelim, ret; in ath_tx_form_aggr() local 1074 ndelim = ath_compute_num_delims(sc, tid, bf_first, fi->framelen, in ath_tx_form_aggr() 1076 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 | mac.h | 696 u8 ndelim; member
|
H A D | ar9003_mac.c | 126 ctl17 |= SM(i->ndelim, AR_PadDelim); in ar9003_set_txdesc()
|
H A D | ath9k.h | 214 u8 ndelim; member
|