Home
last modified time | relevance | path

Searched refs:he_ppet (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/
A Dinit.c556 mt7996_gen_ppe_thresh(u8 *he_ppet, int nss) in mt7996_gen_ppe_thresh() argument
561 he_ppet[0] = FIELD_PREP(IEEE80211_PPE_THRES_NSS_MASK, nss - 1) | in mt7996_gen_ppe_thresh()
570 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3]; in mt7996_gen_ppe_thresh()
572 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3] & in mt7996_gen_ppe_thresh()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/
A Dinit.c919 mt7915_gen_ppe_thresh(u8 *he_ppet, int nss) in mt7915_gen_ppe_thresh() argument
924 he_ppet[0] = FIELD_PREP(IEEE80211_PPE_THRES_NSS_MASK, nss - 1) | in mt7915_gen_ppe_thresh()
933 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3]; in mt7915_gen_ppe_thresh()
935 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3] & in mt7915_gen_ppe_thresh()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmain.c13 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.3-rc2/drivers/net/wireless/ath/ath12k/
A Dcore.h579 struct ath12k_wmi_ppe_threshold_arg he_ppet; member
A Dwmi.c520 cap_band->he_ppet.numss_m1 = le32_to_cpu(mac_caps->he_ppet2g.numss_m1); in ath12k_pull_mac_phy_cap_svc_ready_ext()
521 cap_band->he_ppet.ru_bit_mask = le32_to_cpu(mac_caps->he_ppet2g.ru_info); in ath12k_pull_mac_phy_cap_svc_ready_ext()
524 cap_band->he_ppet.ppet16_ppet8_ru3_ru0[i] = in ath12k_pull_mac_phy_cap_svc_ready_ext()
541 cap_band->he_ppet.numss_m1 = le32_to_cpu(mac_caps->he_ppet5g.numss_m1); in ath12k_pull_mac_phy_cap_svc_ready_ext()
542 cap_band->he_ppet.ru_bit_mask = le32_to_cpu(mac_caps->he_ppet5g.ru_info); in ath12k_pull_mac_phy_cap_svc_ready_ext()
545 cap_band->he_ppet.ppet16_ppet8_ru3_ru0[i] = in ath12k_pull_mac_phy_cap_svc_ready_ext()
559 cap_band->he_ppet.numss_m1 = le32_to_cpu(mac_caps->he_ppet5g.numss_m1); in ath12k_pull_mac_phy_cap_svc_ready_ext()
560 cap_band->he_ppet.ru_bit_mask = le32_to_cpu(mac_caps->he_ppet5g.ru_info); in ath12k_pull_mac_phy_cap_svc_ready_ext()
563 cap_band->he_ppet.ppet16_ppet8_ru3_ru0[i] = in ath12k_pull_mac_phy_cap_svc_ready_ext()
A Dmac.c4021 u8 *he_ppet) in ath12k_gen_ppe_thresh() argument
4026 he_ppet[0] = fw_ppet->numss_m1 & IEEE80211_PPE_THRES_NSS_MASK; in ath12k_gen_ppe_thresh()
4027 he_ppet[0] |= (fw_ppet->ru_bit_mask << in ath12k_gen_ppe_thresh()
4041 he_ppet[bit / 8] |= in ath12k_gen_ppe_thresh()
4225 ath12k_gen_ppe_thresh(&band_cap->he_ppet, in ath12k_mac_copy_he_cap()
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Dcore.h744 struct ath11k_ppe_threshold he_ppet; member
A Dmac.c5235 u8 *he_ppet) in ath11k_gen_ppe_thresh() argument
5240 he_ppet[0] = fw_ppet->numss_m1 & IEEE80211_PPE_THRES_NSS_MASK; in ath11k_gen_ppe_thresh()
5241 he_ppet[0] |= (fw_ppet->ru_bit_mask << in ath11k_gen_ppe_thresh()
5255 he_ppet[bit / 8] |= in ath11k_gen_ppe_thresh()
5436 ath11k_gen_ppe_thresh(&band_cap->he_ppet, in ath11k_mac_copy_he_cap()
A Dwmi.c440 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()

Completed in 68 milliseconds