Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c357 mt7915_gen_ppe_thresh(u8 *he_ppet) in mt7915_gen_ppe_thresh() argument
363 he_ppet[0] = max_nss & IEEE80211_PPE_THRES_NSS_MASK; in mt7915_gen_ppe_thresh()
364 he_ppet[0] |= (ru_bit_mask << in mt7915_gen_ppe_thresh()
380 he_ppet[bit / 8] |= in mt7915_gen_ppe_thresh()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dcore.h571 struct ath11k_ppe_threshold he_ppet; member
H A Dmac.c3600 u8 *he_ppet) in ath11k_gen_ppe_thresh() argument
3605 he_ppet[0] = fw_ppet->numss_m1 & IEEE80211_PPE_THRES_NSS_MASK; in ath11k_gen_ppe_thresh()
3606 he_ppet[0] |= (fw_ppet->ru_bit_mask << in ath11k_gen_ppe_thresh()
3620 he_ppet[bit / 8] |= in ath11k_gen_ppe_thresh()
3808 ath11k_gen_ppe_thresh(&band_cap->he_ppet, in ath11k_mac_copy_he_cap()
H A Dwmi.c384 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet2g, in ath11k_pull_mac_phy_cap_svc_ready_ext()
398 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet5g, in ath11k_pull_mac_phy_cap_svc_ready_ext()
410 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet5g, in ath11k_pull_mac_phy_cap_svc_ready_ext()