Searched refs:ppe_thres (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
D | he.c | 93 memcpy(he_cap->ppe_thres, in ieee80211_he_cap_ie_to_sta_he_cap()
|
D | debugfs_sta.c | 970 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()
|
D | util.c | 2887 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_ie_len_he_cap() 2910 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_ie_build_he_cap() 2936 n = hweight8(he_cap->ppe_thres[0] & in ieee80211_ie_build_he_cap() 2938 n *= (1 + ((he_cap->ppe_thres[0] & IEEE80211_PPE_THRES_NSS_MASK) >> in ieee80211_ie_build_he_cap() 2949 memcpy(pos, &he_cap->ppe_thres, n); in ieee80211_ie_build_he_cap()
|
D | mlme.c | 690 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_add_he_ie()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | init.c | 513 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-5.10/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-nvm-parse.c | 666 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71}, 741 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71},
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
D | qlink.h | 1671 u8 ppe_thres[IEEE80211_HE_PPE_THRES_MAX_LEN]; member
|
D | commands.c | 1316 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-5.10/drivers/net/wireless/ath/ath11k/ |
D | mac.c | 1316 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() 3790 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in ath11k_mac_copy_he_cap() 3794 he_cap->ppe_thres); in ath11k_mac_copy_he_cap()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mac80211.c | 2162 u8 nss = (sta->he_cap.ppe_thres[0] & in iwl_mvm_cfg_he_sta() 2165 (sta->he_cap.ppe_thres[0] & in iwl_mvm_cfg_he_sta() 2168 u8 *ppe = &sta->he_cap.ppe_thres[0]; in iwl_mvm_cfg_he_sta()
|
/kernel/linux/linux-5.10/include/net/ |
D | cfg80211.h | 370 u8 ppe_thres[IEEE80211_HE_PPE_THRES_MAX_LEN]; member
|
/kernel/linux/linux-5.10/net/wireless/ |
D | nl80211.c | 1671 sizeof(he_cap->ppe_thres), he_cap->ppe_thres)) in nl80211_send_iftype_data()
|