Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c53 u32 num_hw_modes; member
485 for (hw_idx = 0; hw_idx < le32_to_cpu(hw_caps->num_hw_modes); hw_idx++) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
493 if (hw_idx == le32_to_cpu(hw_caps->num_hw_modes)) in ath12k_pull_mac_phy_cap_svc_ready_ext()
4705 if (svc_rdy_ext->n_hw_mode_caps >= svc_rdy_ext->arg.num_hw_modes) in ath12k_wmi_hw_mode_caps_parse()
4754 svc_ext_info->num_hw_modes = svc_rdy_ext->n_hw_mode_caps; in ath12k_wmi_hw_mode_caps()
4757 svc_ext_info->num_hw_modes, soc->wmi_ab.preferred_hw_mode); in ath12k_wmi_hw_mode_caps()
5021 for (hw_idx = 0; hw_idx < svc_ext_info->num_hw_modes; hw_idx++) { in ath12k_wmi_save_all_mac_phy_info()
5069 svc_rdy_ext->arg.num_hw_modes = in ath12k_wmi_svc_rdy_ext_parse()
5070 le32_to_cpu(svc_rdy_ext->hw_caps->num_hw_modes); in ath12k_wmi_svc_rdy_ext_parse()
5716 if (!svc_ext_info->num_hw_modes) { in ath12k_wmi_update_hw_mode_list()
[all …]
H A Dwmi.h2710 __le32 num_hw_modes; member
5370 u32 num_hw_modes; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c386 for (hw_idx = 0; hw_idx < hw_caps->num_hw_modes; hw_idx++) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
397 if (hw_idx == hw_caps->num_hw_modes) in ath11k_pull_mac_phy_cap_svc_ready_ext()
4743 if (svc_rdy_ext->n_hw_mode_caps >= svc_rdy_ext->param.num_hw_modes) in ath11k_wmi_tlv_hw_mode_caps_parse()
5057 svc_rdy_ext->param.num_hw_modes = svc_rdy_ext->hw_caps->num_hw_modes; in ath11k_wmi_tlv_svc_rdy_ext_parse()