Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7915/
A Dinit.c697 mt7915_gen_ppe_thresh(u8 *he_ppet, int nss) in mt7915_gen_ppe_thresh() argument
702 he_ppet[0] = FIELD_PREP(IEEE80211_PPE_THRES_NSS_MASK, nss - 1) | in mt7915_gen_ppe_thresh()
711 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3]; in mt7915_gen_ppe_thresh()
713 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3] & in mt7915_gen_ppe_thresh()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
A 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/drivers/net/wireless/ath/ath11k/
A Dcore.h589 struct ath11k_ppe_threshold he_ppet; member
A Dmac.c4634 u8 *he_ppet) in ath11k_gen_ppe_thresh() argument
4639 he_ppet[0] = fw_ppet->numss_m1 & IEEE80211_PPE_THRES_NSS_MASK; in ath11k_gen_ppe_thresh()
4640 he_ppet[0] |= (fw_ppet->ru_bit_mask << in ath11k_gen_ppe_thresh()
4654 he_ppet[bit / 8] |= in ath11k_gen_ppe_thresh()
4835 ath11k_gen_ppe_thresh(&band_cap->he_ppet, in ath11k_mac_copy_he_cap()
A Dwmi.c394 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet2g, in ath11k_pull_mac_phy_cap_svc_ready_ext()
408 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet5g, in ath11k_pull_mac_phy_cap_svc_ready_ext()
419 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet5g, in ath11k_pull_mac_phy_cap_svc_ready_ext()

Completed in 34 milliseconds