Searched refs:ppe_thres (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | init.c | 732 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7915_init_he_caps() 735 mt7915_gen_ppe_thresh(he_cap->ppe_thres, nss); in mt7915_init_he_caps()
|
/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | main.c | 137 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7921_init_he_caps() 140 mt7921_gen_ppe_thresh(he_cap->ppe_thres, nss); in mt7921_init_he_caps()
|
/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-nvm-parse.c | 619 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71}, 674 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71},
|
/drivers/net/wireless/quantenna/qtnfmac/ |
D | qlink.h | 1671 u8 ppe_thres[IEEE80211_HE_PPE_THRES_MAX_LEN]; member
|
D | commands.c | 1304 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()
|
/drivers/net/wireless/ath/ath11k/ |
D | mac.c | 1365 arg->peer_ppet.numss_m1 = he_cap->ppe_thres[0] & in ath11k_peer_assoc_h_he() 1368 (he_cap->ppe_thres[0] & in ath11k_peer_assoc_h_he() 1381 val |= ((he_cap->ppe_thres[bit / 8] >> in ath11k_peer_assoc_h_he() 4064 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in ath11k_mac_copy_he_cap() 4068 he_cap->ppe_thres); in ath11k_mac_copy_he_cap()
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mac80211.c | 2124 u8 nss = (sta->deflink.he_cap.ppe_thres[0] & in iwl_mvm_cfg_he_sta() 2127 (sta->deflink.he_cap.ppe_thres[0] & in iwl_mvm_cfg_he_sta() 2130 u8 *ppe = &sta->deflink.he_cap.ppe_thres[0]; in iwl_mvm_cfg_he_sta()
|