Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_api.h312 wmi_pdev_set_hw_mode_response_vdev_mac_entry *vdev_mac_entry,
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c4240 wmi_pdev_set_hw_mode_response_vdev_mac_entry *vdev_mac_entry; in wma_pdev_set_hw_mode_resp_evt_handler() local
4293 vdev_mac_entry = in wma_pdev_set_hw_mode_resp_evt_handler()
4300 vdev_id = vdev_mac_entry[i].vdev_id; in wma_pdev_set_hw_mode_resp_evt_handler()
4301 pdev_id = vdev_mac_entry[i].pdev_id; in wma_pdev_set_hw_mode_resp_evt_handler()
4312 mac_id = WMA_PDEV_TO_MAC_MAP(vdev_mac_entry[i].pdev_id); in wma_pdev_set_hw_mode_resp_evt_handler()
4367 wmi_pdev_set_hw_mode_response_vdev_mac_entry *vdev_mac_entry, in wma_process_pdev_hw_mode_trans_ind() argument
4384 if (!vdev_mac_entry) { in wma_process_pdev_hw_mode_trans_ind()
4393 vdev_id = vdev_mac_entry[i].vdev_id; in wma_process_pdev_hw_mode_trans_ind()
4394 pdev_id = vdev_mac_entry[i].pdev_id; in wma_process_pdev_hw_mode_trans_ind()
4406 mac_id = WMA_PDEV_TO_MAC_MAP(vdev_mac_entry[i].pdev_id); in wma_process_pdev_hw_mode_trans_ind()
[all …]
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_tlv.c937 wmi_pdev_set_hw_mode_response_vdev_mac_entry *vdev_mac_entry, in wmi_extract_pdev_hw_mode_trans_ind() argument
957 if (!vdev_mac_entry) { in wmi_extract_pdev_hw_mode_trans_ind()
966 vdev_id = vdev_mac_entry[i].vdev_id; in wmi_extract_pdev_hw_mode_trans_ind()
967 pdev_id = vdev_mac_entry[i].pdev_id; in wmi_extract_pdev_hw_mode_trans_ind()
979 mac_id = WMI_PDEV_TO_MAC_MAP(vdev_mac_entry[i].pdev_id); in wmi_extract_pdev_hw_mode_trans_ind()