Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
H A Dservice_ready_util.c288 struct wlan_psoc_host_hw_mode_caps *hw_mode_caps, in select_preferred_hw_mode() argument
297 uint32_t new_mode = hw_mode_caps->hw_mode_id; in select_preferred_hw_mode()
302 qdf_mem_copy(&info->hw_mode_cap, hw_mode_caps, in select_preferred_hw_mode()
306 (preferred_mode == hw_mode_caps->hw_mode_id)) { in select_preferred_hw_mode()
308 qdf_mem_copy(&info->hw_mode_cap, hw_mode_caps, in select_preferred_hw_mode()
342 struct wlan_psoc_host_hw_mode_caps hw_mode_caps[PSOC_MAX_HW_MODE]; in init_deinit_populate_hw_mode_capability() local
354 qdf_mem_zero(&hw_mode_caps, sizeof(hw_mode_caps)); in init_deinit_populate_hw_mode_capability()
360 &hw_mode_caps[hw_idx]); in init_deinit_populate_hw_mode_capability()
366 hw_mode_caps[hw_idx].hw_mode_id; in init_deinit_populate_hw_mode_capability()
368 hw_mode_caps[hw_idx].phy_id_map; in init_deinit_populate_hw_mode_capability()
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c15127 !param_buf->hw_mode_caps || in extract_hw_mode_cap_service_ready_ext_tlv()
15135 param->hw_mode_id = param_buf->hw_mode_caps[hw_mode_idx].hw_mode_id; in extract_hw_mode_cap_service_ready_ext_tlv()
15136 param->phy_id_map = param_buf->hw_mode_caps[hw_mode_idx].phy_id_map; in extract_hw_mode_cap_service_ready_ext_tlv()
15139 param_buf->hw_mode_caps[hw_mode_idx].hw_mode_config_type; in extract_hw_mode_cap_service_ready_ext_tlv()
15219 if (hw_mode_id == param_buf->hw_mode_caps[hw_idx].hw_mode_id) in extract_mac_phy_cap_service_ready_ext_tlv()
15222 phy_map = param_buf->hw_mode_caps[hw_idx].phy_id_map; in extract_mac_phy_cap_service_ready_ext_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_tlv_defs.h5680 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, WMI_HW_MODE_CAPABILITIES, hw_mode_caps, WMITLV_…