Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dwmi.c42 struct ath12k_wmi_ppe_threshold_arg ppet; member
460 arg->ppet.numss_m1 = le32_to_cpu(ev->ppet.numss_m1); in ath12k_pull_svc_ready_ext()
461 arg->ppet.ru_bit_mask = le32_to_cpu(ev->ppet.ru_info); in ath12k_pull_svc_ready_ext()
464 arg->ppet.ppet16_ppet8_ru3_ru0[i] = in ath12k_pull_svc_ready_ext()
465 le32_to_cpu(ev->ppet.ppet16_ppet8_ru3_ru0[i]); in ath12k_pull_svc_ready_ext()
4632 const struct ath12k_wmi_ppe_threshold_params *ppet, in ath12k_wmi_eht_caps_parse() argument
4659 cap_band->eht_ppet.numss_m1 = le32_to_cpu(ppet->numss_m1); in ath12k_wmi_eht_caps_parse()
4660 cap_band->eht_ppet.ru_bit_mask = le32_to_cpu(ppet->ru_info); in ath12k_wmi_eht_caps_parse()
4663 le32_to_cpu(ppet->ppet16_ppet8_ru3_ru0[i]); in ath12k_wmi_eht_caps_parse()
H A Dmac.c2990 struct ath12k_wmi_ppe_threshold_arg *ppet) in ath12k_mac_set_eht_ppe_threshold() argument
2996 ppet->numss_m1 = u8_get_bits(ppe_thres[0], IEEE80211_EHT_PPE_THRES_NSS_MASK); in ath12k_mac_set_eht_ppe_threshold()
2997 ppet->ru_bit_mask = u16_get_bits(get_unaligned_le16(ppe_thres), in ath12k_mac_set_eht_ppe_threshold()
3000 for (nss = 0; nss <= ppet->numss_m1; nss++) { in ath12k_mac_set_eht_ppe_threshold()
3004 if ((ppet->ru_bit_mask & BIT(ru)) == 0) in ath12k_mac_set_eht_ppe_threshold()
3013 ppet->ppet16_ppet8_ru3_ru0[nss] |= in ath12k_mac_set_eht_ppe_threshold()
H A Dwmi.h2583 struct ath12k_wmi_ppe_threshold_params ppet; member
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dwmi.h2247 struct ath11k_ppe_threshold ppet; member
2469 struct wmi_ppe_threshold ppet; member
H A Dwmi.c353 memcpy(&param->ppet, &ev->ppet, sizeof(param->ppet)); in ath11k_pull_svc_ready_ext()