Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c36 struct ath12k_wmi_ppe_threshold_arg ppet; member
454 arg->ppet.numss_m1 = le32_to_cpu(ev->ppet.numss_m1); in ath12k_pull_svc_ready_ext()
455 arg->ppet.ru_bit_mask = le32_to_cpu(ev->ppet.ru_info); in ath12k_pull_svc_ready_ext()
458 arg->ppet.ppet16_ppet8_ru3_ru0[i] = in ath12k_pull_svc_ready_ext()
459 le32_to_cpu(ev->ppet.ppet16_ppet8_ru3_ru0[i]); in ath12k_pull_svc_ready_ext()
4570 const struct ath12k_wmi_ppe_threshold_params *ppet, in ath12k_wmi_eht_caps_parse() argument
4597 cap_band->eht_ppet.numss_m1 = le32_to_cpu(ppet->numss_m1); in ath12k_wmi_eht_caps_parse()
4598 cap_band->eht_ppet.ru_bit_mask = le32_to_cpu(ppet->ru_info); in ath12k_wmi_eht_caps_parse()
4601 le32_to_cpu(ppet->ppet16_ppet8_ru3_ru0[i]); in ath12k_wmi_eht_caps_parse()
H A Dwmi.h2567 struct ath12k_wmi_ppe_threshold_params ppet; member
/linux/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()