| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | init.c | 1165 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7915_init_he_caps() 1168 mt76_connac_gen_ppe_thresh(he_cap->ppe_thres, nss, band); in mt7915_init_he_caps()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | main.c | 155 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7921_init_he_caps() 158 mt76_connac_gen_ppe_thresh(he_cap->ppe_thres, nss, band); in mt7921_init_he_caps()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | init.c | 1539 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7996_init_he_caps() 1542 mt76_connac_gen_ppe_thresh(he_cap->ppe_thres, nss, band); in mt7996_init_he_caps()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | sta.c | 204 u8 nss = (link_sta->he_cap.ppe_thres[0] & in iwl_mld_set_pkt_ext_from_he_ppe() 206 u8 *ppe = &link_sta->he_cap.ppe_thres[0]; in iwl_mld_set_pkt_ext_from_he_ppe()
|
| /linux/net/mac80211/ |
| H A D | util.c | 2588 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_ie_len_he_cap() 2665 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_put_he_cap() 2689 n = hweight8(he_cap->ppe_thres[0] & in ieee80211_put_he_cap() 2691 n *= (1 + ((he_cap->ppe_thres[0] & IEEE80211_PPE_THRES_NSS_MASK) >> in ieee80211_put_he_cap() 2702 skb_put_data(skb, &he_cap->ppe_thres, n); in ieee80211_put_he_cap()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | qlink.h | 1676 u8 ppe_thres[IEEE80211_HE_PPE_THRES_MAX_LEN]; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-nvm-parse.c | 647 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71}, 773 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71},
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | main.c | 131 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7925_init_he_caps() 135 mt76_connac_gen_ppe_thresh(he_cap->ppe_thres, nss, band); in mt7925_init_he_caps()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 2718 arg->peer_ppet.numss_m1 = he_cap->ppe_thres[0] & in ath12k_peer_assoc_h_he() 2721 (he_cap->ppe_thres[0] & in ath12k_peer_assoc_h_he() 2734 val |= ((he_cap->ppe_thres[bit / 8] >> in ath12k_peer_assoc_h_he() 3310 static void ath12k_mac_set_eht_ppe_threshold(const u8 *ppe_thres, in ath12k_mac_set_eht_ppe_threshold() argument 3317 ppet->numss_m1 = u8_get_bits(ppe_thres[0], IEEE80211_EHT_PPE_THRES_NSS_MASK); in ath12k_mac_set_eht_ppe_threshold() 3318 ppet->ru_bit_mask = u16_get_bits(get_unaligned_le16(ppe_thres), in ath12k_mac_set_eht_ppe_threshold() 3330 val |= (((ppe_thres[bit_pos / 8] >> in ath12k_mac_set_eht_ppe_threshold() 8857 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in ath12k_mac_copy_he_cap() 8860 ath12k_gen_ppe_thresh(&band_cap->he_ppet, he_cap->ppe_thres); in ath12k_mac_copy_he_cap()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mac80211.c | 2185 u8 nss = (link_sta->he_cap.ppe_thres[0] & in iwl_mvm_set_pkt_ext_from_he_ppe() 2187 u8 *ppe = &link_sta->he_cap.ppe_thres[0]; in iwl_mvm_set_pkt_ext_from_he_ppe()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | cfg80211.c | 2343 memcpy(iftype_data->he_cap.ppe_thres, in nxpwifi_setup_he_caps()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 391 u8 ppe_thres[IEEE80211_HE_PPE_THRES_MAX_LEN]; member
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 2172 sizeof(he_cap->ppe_thres), he_cap->ppe_thres)) in nl80211_send_iftype_data() 3000 sizeof(he_cap->ppe_thres), he_cap->ppe_thres)) in nl80211_put_nan_phy_cap()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 3841 u8 ppe_thres_hdr = link_sta->he_cap.ppe_thres[0]; in __get_sta_he_pkt_padding() 3875 ppe = le16_to_cpu(*((__le16 *)&link_sta->he_cap.ppe_thres[idx])); in __get_sta_he_pkt_padding()
|