Searched refs:ppet (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.c | 35 struct ath12k_wmi_ppe_threshold_arg ppet; member 446 arg->ppet.numss_m1 = le32_to_cpu(ev->ppet.numss_m1); in ath12k_pull_svc_ready_ext() 447 arg->ppet.ru_bit_mask = le32_to_cpu(ev->ppet.ru_info); in ath12k_pull_svc_ready_ext() 450 arg->ppet.ppet16_ppet8_ru3_ru0[i] = in ath12k_pull_svc_ready_ext() 451 le32_to_cpu(ev->ppet.ppet16_ppet8_ru3_ru0[i]); in ath12k_pull_svc_ready_ext() 4158 const struct ath12k_wmi_ppe_threshold_params *ppet, in ath12k_wmi_eht_caps_parse() 4177 cap_band->eht_ppet.numss_m1 = le32_to_cpu(ppet->numss_m1); in ath12k_wmi_eht_caps_parse() 4178 cap_band->eht_ppet.ru_bit_mask = le32_to_cpu(ppet in ath12k_wmi_eht_caps_parse() 4154 ath12k_wmi_eht_caps_parse(struct ath12k_pdev *pdev, u32 band, const __le32 cap_mac_info[], const __le32 cap_phy_info[], const __le32 supp_mcs[], const struct ath12k_wmi_ppe_threshold_params *ppet, __le32 cap_info_internal) ath12k_wmi_eht_caps_parse() argument [all...] |
H A D | mac.c | 2105 struct ath12k_wmi_ppe_threshold_arg *ppet) in ath12k_mac_set_eht_ppe_threshold() 2111 ppet->numss_m1 = u8_get_bits(ppe_thres[0], IEEE80211_EHT_PPE_THRES_NSS_MASK); in ath12k_mac_set_eht_ppe_threshold() 2112 ppet->ru_bit_mask = u16_get_bits(get_unaligned_le16(ppe_thres), in ath12k_mac_set_eht_ppe_threshold() 2115 for (nss = 0; nss <= ppet->numss_m1; nss++) { in ath12k_mac_set_eht_ppe_threshold() 2119 if ((ppet->ru_bit_mask & BIT(ru)) == 0) in ath12k_mac_set_eht_ppe_threshold() 2128 ppet->ppet16_ppet8_ru3_ru0[nss] |= in ath12k_mac_set_eht_ppe_threshold() 2104 ath12k_mac_set_eht_ppe_threshold(const u8 *ppe_thres, struct ath12k_wmi_ppe_threshold_arg *ppet) ath12k_mac_set_eht_ppe_threshold() argument
|
H A D | wmi.h | 2515 struct ath12k_wmi_ppe_threshold_params ppet; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 2121 struct ath11k_ppe_threshold ppet; member 2325 struct wmi_ppe_threshold ppet; member
|
H A D | wmi.c | 297 memcpy(¶m->ppet, &ev->ppet, sizeof(param->ppet)); in ath11k_pull_svc_ready_ext()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 2229 struct ath11k_ppe_threshold ppet; member 2451 struct wmi_ppe_threshold ppet; member
|
H A D | wmi.c | 348 memcpy(¶m->ppet, &ev->ppet, sizeof(param->ppet)); in ath11k_pull_svc_ready_ext()
|
Completed in 82 milliseconds