Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath12k/
H A Dwmi.c5622 enum wmi_host_hw_mode_config_type hw_config_type, in ath12k_wmi_update_mac_freq_info() argument
5633 hw_config_type, phy_id, mac_cap->supported_bands, in ath12k_wmi_update_mac_freq_info()
5640 switch (hw_config_type) { in ath12k_wmi_update_mac_freq_info()
5695 enum wmi_host_hw_mode_config_type hw_config_type; in ath12k_wmi_update_hw_mode_list() local
5716 hw_config_type = tmp->hw_mode_config_type; in ath12k_wmi_update_hw_mode_list()
5717 ath12k_wmi_update_mac_freq_info(ab, hw_config_type, tmp->phy_id, tmp); in ath12k_wmi_update_hw_mode_list()
5720 if (hw_config_type == WMI_HOST_HW_MODE_DBS || in ath12k_wmi_update_hw_mode_list()
5721 hw_config_type == WMI_HOST_HW_MODE_SBS_PASSIVE || in ath12k_wmi_update_hw_mode_list()
5722 hw_config_type == WMI_HOST_HW_MODE_SBS || in ath12k_wmi_update_hw_mode_list()
5723 hw_config_type == WMI_HOST_HW_MODE_DBS_OR_SBS) { in ath12k_wmi_update_hw_mode_list()
[all …]