Searched refs:he_ppet (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | init.c | 814 mt7915_gen_ppe_thresh(u8 *he_ppet, int nss) in mt7915_gen_ppe_thresh() argument 819 he_ppet[0] = FIELD_PREP(IEEE80211_PPE_THRES_NSS_MASK, nss - 1) | in mt7915_gen_ppe_thresh() 828 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3]; in mt7915_gen_ppe_thresh() 830 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3] & in mt7915_gen_ppe_thresh()
|
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | main.c | 13 mt7921_gen_ppe_thresh(u8 *he_ppet, int nss) in mt7921_gen_ppe_thresh() argument 18 he_ppet[0] = FIELD_PREP(IEEE80211_PPE_THRES_NSS_MASK, nss - 1) | in mt7921_gen_ppe_thresh() 27 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3]; in mt7921_gen_ppe_thresh() 29 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3] & in mt7921_gen_ppe_thresh()
|
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | core.h | 735 struct ath11k_ppe_threshold he_ppet; member
|
D | mac.c | 5191 u8 *he_ppet) in ath11k_gen_ppe_thresh() argument 5196 he_ppet[0] = fw_ppet->numss_m1 & IEEE80211_PPE_THRES_NSS_MASK; in ath11k_gen_ppe_thresh() 5197 he_ppet[0] |= (fw_ppet->ru_bit_mask << in ath11k_gen_ppe_thresh() 5211 he_ppet[bit / 8] |= in ath11k_gen_ppe_thresh() 5392 ath11k_gen_ppe_thresh(&band_cap->he_ppet, in ath11k_mac_copy_he_cap()
|
D | wmi.c | 440 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet2g, in ath11k_pull_mac_phy_cap_svc_ready_ext() 454 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet5g, in ath11k_pull_mac_phy_cap_svc_ready_ext() 465 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet5g, in ath11k_pull_mac_phy_cap_svc_ready_ext()
|