Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_api.c2679 uint8_t *evt_buf, uint8_t hw_mode_idx, in wmi_extract_hw_mode_cap_service_ready_ext() argument
2685 evt_buf, hw_mode_idx, param); in wmi_extract_hw_mode_cap_service_ready_ext()
H A Dwmi_unified_tlv.c15112 uint8_t *event, uint8_t hw_mode_idx, in extract_hw_mode_cap_service_ready_ext_tlv() argument
15132 if (hw_mode_idx >= hw_caps->num_hw_modes) 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()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_api.h3837 uint8_t *evt_buf, uint8_t hw_mode_idx,
H A Dwmi_unified_priv.h2276 uint8_t *evt_buf, uint8_t hw_mode_idx,
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c10386 uint32_t hw_mode_idx = 0, num_hw_modes = 0; in wma_get_rx_chainmask() local
10408 hw_mode_idx = wma_handle->new_hw_mode_index; in wma_get_rx_chainmask()
10415 if (mac_phy_cap[idx].hw_mode_id != hw_mode_idx) in wma_get_rx_chainmask()
10423 pdev_id, hw_mode_idx, *chainmask_2g, *chainmask_5g); in wma_get_rx_chainmask()