Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath12k/
H A Dwmi.c4691 struct ath12k_wmi_hw_mode_cap_params *hw_mode_cap; in ath12k_wmi_hw_mode_caps_parse() local
4700 hw_mode_cap = container_of(ptr, struct ath12k_wmi_hw_mode_cap_params, in ath12k_wmi_hw_mode_caps_parse()
4704 phy_map = le32_to_cpu(hw_mode_cap->phy_id_map); in ath12k_wmi_hw_mode_caps_parse()
5011 const struct ath12k_wmi_hw_mode_cap_params *hw_mode_cap; in ath12k_wmi_save_all_mac_phy_info() local
5020 hw_mode_cap = &svc_rdy_ext->hw_mode_caps[hw_idx]; in ath12k_wmi_save_all_mac_phy_info()
5021 hw_mode_id = __le32_to_cpu(hw_mode_cap->hw_mode_id); in ath12k_wmi_save_all_mac_phy_info()
5022 phy_bit_map = __le32_to_cpu(hw_mode_cap->phy_id_map); in ath12k_wmi_save_all_mac_phy_info()
5027 le32_get_bits(hw_mode_cap->hw_mode_config_type, in ath12k_wmi_save_all_mac_phy_info()
/src/sys/contrib/dev/athk/ath11k/
H A Dwmi.c4919 struct wmi_hw_mode_capabilities *hw_mode_cap; in ath11k_wmi_tlv_hw_mode_caps_parse() local
4928 hw_mode_cap = container_of(ptr, struct wmi_hw_mode_capabilities, in ath11k_wmi_tlv_hw_mode_caps_parse()
4932 phy_map = hw_mode_cap->phy_id_map; in ath11k_wmi_tlv_hw_mode_caps_parse()