Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h807 struct ath11k_ppe_threshold he_ppet; member
H A Dmac.c5796 u8 *he_ppet) in ath11k_gen_ppe_thresh() argument
5801 he_ppet[0] = fw_ppet->numss_m1 & IEEE80211_PPE_THRES_NSS_MASK; in ath11k_gen_ppe_thresh()
5802 he_ppet[0] |= (fw_ppet->ru_bit_mask << in ath11k_gen_ppe_thresh()
5816 he_ppet[bit / 8] |= in ath11k_gen_ppe_thresh()
6023 ath11k_gen_ppe_thresh(&band_cap->he_ppet, in ath11k_mac_copy_he_cap()
H A Dwmi.c453 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet2g, in ath11k_pull_mac_phy_cap_svc_ready_ext()
467 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet5g, in ath11k_pull_mac_phy_cap_svc_ready_ext()
478 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet5g, in ath11k_pull_mac_phy_cap_svc_ready_ext()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c8084 u8 *he_ppet) in ath12k_gen_ppe_thresh() argument
8089 he_ppet[0] = fw_ppet->numss_m1 & IEEE80211_PPE_THRES_NSS_MASK; in ath12k_gen_ppe_thresh()
8090 he_ppet[0] |= (fw_ppet->ru_bit_mask << in ath12k_gen_ppe_thresh()
8104 he_ppet[bit / 8] |= in ath12k_gen_ppe_thresh()
8306 ath12k_gen_ppe_thresh(&band_cap->he_ppet, he_cap->ppe_thres); in ath12k_mac_copy_he_cap()