Home
last modified time | relevance | path

Searched refs:ppe_thres (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/mediatek/mt76/mt7915/
Dinit.c732 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/
Dmain.c137 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/
Diwl-nvm-parse.c619 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71},
674 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71},
/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h1671 u8 ppe_thres[IEEE80211_HE_PPE_THRES_MAX_LEN]; member
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()
/drivers/net/wireless/ath/ath11k/
Dmac.c1365 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/
Dmac80211.c2124 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()