Home
last modified time | relevance | path

Searched refs:ppe_thres (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/net/mac80211/
H A Dhe.c93 memcpy(he_cap->ppe_thres, in ieee80211_he_cap_ie_to_sta_he_cap()
H A Ddebugfs_sta.c970 hec->ppe_thres[0]); in sta_he_capa_read()
972 ppe_size = ieee80211_he_ppe_size(hec->ppe_thres[0], cap); in sta_he_capa_read()
975 hec->ppe_thres[i]); in sta_he_capa_read()
H A Dutil.c2885 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_ie_len_he_cap()
2908 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_ie_build_he_cap()
2934 n = hweight8(he_cap->ppe_thres[0] & in ieee80211_ie_build_he_cap()
2936 n *= (1 + ((he_cap->ppe_thres[0] & IEEE80211_PPE_THRES_NSS_MASK) >> in ieee80211_ie_build_he_cap()
2947 memcpy(pos, &he_cap->ppe_thres, n); in ieee80211_ie_build_he_cap()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c513 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7915_init_he_caps()
516 mt7915_gen_ppe_thresh(he_cap->ppe_thres); in mt7915_init_he_caps()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dinit.c684 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7996_init_he_caps()
687 mt76_connac_gen_ppe_thresh(he_cap->ppe_thres, nss); in mt7996_init_he_caps()
/kernel/linux/linux-6.6/net/mac80211/
H A Dhe.c157 memcpy(he_cap->ppe_thres, in ieee80211_he_cap_ie_to_sta_he_cap()
H A Ddebugfs_sta.c1022 hec->ppe_thres[0]); in link_sta_he_capa_read()
1024 ppe_size = ieee80211_he_ppe_size(hec->ppe_thres[0], cap); in link_sta_he_capa_read()
1027 hec->ppe_thres[i]); in link_sta_he_capa_read()
H A Dutil.c3194 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_ie_len_he_cap()
3234 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_ie_build_he_cap()
3260 n = hweight8(he_cap->ppe_thres[0] & in ieee80211_ie_build_he_cap()
3262 n *= (1 + ((he_cap->ppe_thres[0] & IEEE80211_PPE_THRES_NSS_MASK) >> in ieee80211_ie_build_he_cap()
3273 memcpy(pos, &he_cap->ppe_thres, n); in ieee80211_ie_build_he_cap()
H A Dtdls.c561 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_tdls_add_setup_start_ies()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c1089 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7915_init_he_caps()
1092 mt76_connac_gen_ppe_thresh(he_cap->ppe_thres, nss); in mt7915_init_he_caps()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c147 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7921_init_he_caps()
150 mt76_connac_gen_ppe_thresh(he_cap->ppe_thres, nss); in mt7921_init_he_caps()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c665 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71},
740 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71},
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dmac.c1700 arg->peer_ppet.numss_m1 = he_cap->ppe_thres[0] & in ath12k_peer_assoc_h_he()
1703 (he_cap->ppe_thres[0] & in ath12k_peer_assoc_h_he()
1716 val |= ((he_cap->ppe_thres[bit / 8] >> in ath12k_peer_assoc_h_he()
2104 static void ath12k_mac_set_eht_ppe_threshold(const u8 *ppe_thres, in ath12k_mac_set_eht_ppe_threshold() argument
2111 ppet->numss_m1 = u8_get_bits(ppe_thres[0], IEEE80211_EHT_PPE_THRES_NSS_MASK); in ath12k_mac_set_eht_ppe_threshold()
2112 ppet->ru_bit_mask = u16_get_bits(get_unaligned_le16(ppe_thres), in ath12k_mac_set_eht_ppe_threshold()
2124 val |= (((ppe_thres[bit_pos / 8] >> in ath12k_mac_set_eht_ppe_threshold()
4486 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in ath12k_mac_copy_he_cap()
4489 ath12k_gen_ppe_thresh(&band_cap->he_ppet, he_cap->ppe_thres); in ath12k_mac_copy_he_cap()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1671 u8 ppe_thres[IEEE80211_HE_PPE_THRES_MAX_LEN]; member
H A Dcommands.c1316 memcpy(iftype_data->he_cap.ppe_thres, qlink_data->ppe_thres, in qtnf_cmd_conv_iftype()
1317 ARRAY_SIZE(qlink_data->ppe_thres)); in qtnf_cmd_conv_iftype()
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1671 u8 ppe_thres[IEEE80211_HE_PPE_THRES_MAX_LEN]; member
H A Dcommands.c1304 memcpy(iftype_data->he_cap.ppe_thres, qlink_data->ppe_thres, in qtnf_cmd_conv_iftype()
1305 ARRAY_SIZE(qlink_data->ppe_thres)); in qtnf_cmd_conv_iftype()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c665 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71},
788 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71},
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dmac.c1316 arg->peer_ppet.numss_m1 = he_cap->ppe_thres[0] & in ath11k_peer_assoc_h_he()
1319 (he_cap->ppe_thres[0] & in ath11k_peer_assoc_h_he()
1332 val |= ((he_cap->ppe_thres[bit / 8] >> in ath11k_peer_assoc_h_he()
3805 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in ath11k_mac_copy_he_cap()
3809 he_cap->ppe_thres); in ath11k_mac_copy_he_cap()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c2161 u8 nss = (sta->he_cap.ppe_thres[0] & in iwl_mvm_cfg_he_sta()
2164 (sta->he_cap.ppe_thres[0] & in iwl_mvm_cfg_he_sta()
2167 u8 *ppe = &sta->he_cap.ppe_thres[0]; in iwl_mvm_cfg_he_sta()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dmac.c2373 arg->peer_ppet.numss_m1 = he_cap->ppe_thres[0] & in ath11k_peer_assoc_h_he()
2376 (he_cap->ppe_thres[0] & in ath11k_peer_assoc_h_he()
2389 val |= ((he_cap->ppe_thres[bit / 8] >> in ath11k_peer_assoc_h_he()
5874 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in ath11k_mac_copy_he_cap()
5878 he_cap->ppe_thres); in ath11k_mac_copy_he_cap()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c2034 u8 nss = (link_sta->he_cap.ppe_thres[0] & in iwl_mvm_set_pkt_ext_from_he_ppe()
2036 u8 *ppe = &link_sta->he_cap.ppe_thres[0]; in iwl_mvm_set_pkt_ext_from_he_ppe()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dfw.c1704 u8 ppe_thres_hdr = sta->deflink.he_cap.ppe_thres[0]; in __get_sta_he_pkt_padding()
1741 ppe = le16_to_cpu(*((__le16 *)&sta->deflink.he_cap.ppe_thres[idx])); in __get_sta_he_pkt_padding()
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h364 * @ppe_thres: Holds the PPE Thresholds data.
370 u8 ppe_thres[IEEE80211_HE_PPE_THRES_MAX_LEN]; member
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h361 * @ppe_thres: Holds the PPE Thresholds data.
367 u8 ppe_thres[IEEE80211_HE_PPE_THRES_MAX_LEN]; member

Completed in 105 milliseconds

12