Home
last modified time | relevance | path

Searched refs:eht_ppet (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dcore.h786 struct ath12k_wmi_ppe_threshold_arg eht_ppet; member
H A Dwmi.c4659 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()
4662 cap_band->eht_ppet.ppet16_ppet8_ru3_ru0[i] = in ath12k_wmi_eht_caps_parse()
H A Dmac.c6850 ath12k_mac_copy_eht_ppe_thresh(&band_cap->eht_ppet, eht_cap); in ath12k_mac_copy_eht_cap()