Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/
Dinit.c590 mt7915_gen_ppe_thresh(u8 *he_ppet, int nss) in mt7915_gen_ppe_thresh() argument
595 he_ppet[0] = FIELD_PREP(IEEE80211_PPE_THRES_NSS_MASK, nss - 1) | in mt7915_gen_ppe_thresh()
604 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3]; in mt7915_gen_ppe_thresh()
606 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3] & in mt7915_gen_ppe_thresh()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7921/
Dmain.c12 mt7921_gen_ppe_thresh(u8 *he_ppet, int nss) in mt7921_gen_ppe_thresh() argument
17 he_ppet[0] = FIELD_PREP(IEEE80211_PPE_THRES_NSS_MASK, nss - 1) | in mt7921_gen_ppe_thresh()
26 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3]; in mt7921_gen_ppe_thresh()
28 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3] & in mt7921_gen_ppe_thresh()
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dcore.h579 struct ath11k_ppe_threshold he_ppet; member
Dmac.c3839 u8 *he_ppet) in ath11k_gen_ppe_thresh() argument
3844 he_ppet[0] = fw_ppet->numss_m1 & IEEE80211_PPE_THRES_NSS_MASK; in ath11k_gen_ppe_thresh()
3845 he_ppet[0] |= (fw_ppet->ru_bit_mask << in ath11k_gen_ppe_thresh()
3859 he_ppet[bit / 8] |= in ath11k_gen_ppe_thresh()
4040 ath11k_gen_ppe_thresh(&band_cap->he_ppet, in ath11k_mac_copy_he_cap()
Dwmi.c390 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet2g, in ath11k_pull_mac_phy_cap_svc_ready_ext()
404 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet5g, in ath11k_pull_mac_phy_cap_svc_ready_ext()
416 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet5g, in ath11k_pull_mac_phy_cap_svc_ready_ext()