Home
last modified time | relevance | path

Searched refs:hw_mode_cap (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c4552 struct ath12k_wmi_hw_mode_cap_params *hw_mode_cap; in ath12k_wmi_hw_mode_caps_parse() local
4561 hw_mode_cap = container_of(ptr, struct ath12k_wmi_hw_mode_cap_params, in ath12k_wmi_hw_mode_caps_parse()
4565 phy_map = le32_to_cpu(hw_mode_cap->phy_id_map); in ath12k_wmi_hw_mode_caps_parse()
4864 const struct ath12k_wmi_hw_mode_cap_params *hw_mode_cap; in ath12k_wmi_save_all_mac_phy_info() local
4873 hw_mode_cap = &svc_rdy_ext->hw_mode_caps[hw_idx]; in ath12k_wmi_save_all_mac_phy_info()
4874 hw_mode_id = __le32_to_cpu(hw_mode_cap->hw_mode_id); in ath12k_wmi_save_all_mac_phy_info()
4875 phy_bit_map = __le32_to_cpu(hw_mode_cap->phy_id_map); in ath12k_wmi_save_all_mac_phy_info()
4880 le32_get_bits(hw_mode_cap->hw_mode_config_type, in ath12k_wmi_save_all_mac_phy_info()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c4728 struct wmi_hw_mode_capabilities *hw_mode_cap; in ath11k_wmi_tlv_hw_mode_caps_parse() local
4737 hw_mode_cap = container_of(ptr, struct wmi_hw_mode_capabilities, in ath11k_wmi_tlv_hw_mode_caps_parse()
4741 phy_map = hw_mode_cap->phy_id_map; in ath11k_wmi_tlv_hw_mode_caps_parse()