Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c476 const struct ath12k_wmi_hw_mode_cap_params *wmi_hw_mode_caps = svc->hw_mode_caps; in ath12k_pull_mac_phy_cap_svc_ready_ext() local
486 if (!hw_caps || !wmi_hw_mode_caps || !svc->soc_hal_reg_caps) in ath12k_pull_mac_phy_cap_svc_ready_ext()
490 if (hw_mode_id == le32_to_cpu(wmi_hw_mode_caps[hw_idx].hw_mode_id)) in ath12k_pull_mac_phy_cap_svc_ready_ext()
493 phy_map = le32_to_cpu(wmi_hw_mode_caps[hw_idx].phy_id_map); in ath12k_pull_mac_phy_cap_svc_ready_ext()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c393 struct wmi_hw_mode_capabilities *wmi_hw_mode_caps, in ath11k_pull_mac_phy_cap_svc_ready_ext() argument
397 const struct wmi_hw_mode_capabilities *wmi_hw_mode_caps, in ath11k_pull_mac_phy_cap_svc_ready_ext()
411 if (!hw_caps || !wmi_hw_mode_caps || !hal_reg_caps) in ath11k_pull_mac_phy_cap_svc_ready_ext()
415 if (hw_mode_id == wmi_hw_mode_caps[hw_idx].hw_mode_id) in ath11k_pull_mac_phy_cap_svc_ready_ext()
418 phy_map = wmi_hw_mode_caps[hw_idx].phy_id_map; in ath11k_pull_mac_phy_cap_svc_ready_ext()