Home
last modified time | relevance | path

Searched refs:ndelim (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dampdu.c516 u8 ndelim, tid; in brcms_c_ampdu_add_frame() local
523 ndelim = txh->RTSPLCPFallback[AMPDU_FBR_NULL_DELIM]; in brcms_c_ampdu_add_frame()
528 len = roundup(len, 4) + (ndelim + 1) * AMPDU_DELIMITER_LEN; in brcms_c_ampdu_add_frame()
622 u8 ndelim; in brcms_c_ampdu_finalize() local
660 ndelim = txh->RTSPLCPFallback[AMPDU_FBR_NULL_DELIM]; in brcms_c_ampdu_finalize()
662 session->ampdu_len -= ndelim * AMPDU_DELIMITER_LEN; in brcms_c_ampdu_finalize()
/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c879 int width, streams, half_gi, ndelim, mindelim; in ath_compute_num_delims() local
883 ndelim = ATH_AGGR_GET_NDELIM(frmlen); in ath_compute_num_delims()
893 ndelim += ATH_AGGR_ENCRYPTDELIM; in ath_compute_num_delims()
901 ndelim = max(ndelim, FIRST_DESC_NDELIMS); in ath_compute_num_delims()
914 return ndelim; in ath_compute_num_delims()
935 ndelim = max(mindelim, ndelim); in ath_compute_num_delims()
938 return ndelim; in ath_compute_num_delims()
1037 int nframes = 0, ndelim, ret; in ath_tx_form_aggr() local
1075 bpad = PADBYTES(al_delta) + (ndelim << 2); in ath_tx_form_aggr()
1081 bf->bf_state.ndelim = ndelim; in ath_tx_form_aggr()
[all …]
H A Dar9002_mac.c273 ctl6 |= SM(i->ndelim, AR_PadDelim); in ar9002_set_txdesc()
H A Dmac.h696 u8 ndelim; member
H A Dar9003_mac.c126 ctl17 |= SM(i->ndelim, AR_PadDelim); in ar9003_set_txdesc()
H A Dath9k.h215 u8 ndelim; member