Searched refs:ndelim (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 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, re in ath_tx_form_aggr() local [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 | mac.h | 694 u8 ndelim; member
|
H A D | ath9k.h | 213 u8 ndelim; member
|
/kernel/linux/linux-6.6/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, re in ath_tx_form_aggr() local [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
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | ampdu.c | 528 u8 ndelim, tid; in brcms_c_ampdu_add_frame() local 535 ndelim = txh->RTSPLCPFallback[AMPDU_FBR_NULL_DELIM]; in brcms_c_ampdu_add_frame() 540 len = roundup(len, 4) + (ndelim + 1) * AMPDU_DELIMITER_LEN; in brcms_c_ampdu_add_frame() 634 u8 ndelim; in brcms_c_ampdu_finalize() local 672 ndelim = txh->RTSPLCPFallback[AMPDU_FBR_NULL_DELIM]; in brcms_c_ampdu_finalize() 674 session->ampdu_len -= ndelim * AMPDU_DELIMITER_LEN; in brcms_c_ampdu_finalize()
|
Completed in 21 milliseconds