Searched refs:hw_mode_resp (Results 1 – 1 of 1) sorted by relevance
4242 struct sir_set_hw_mode_resp *hw_mode_resp; in wma_pdev_set_hw_mode_resp_evt_handler() local4255 hw_mode_resp = qdf_mem_malloc(sizeof(*hw_mode_resp)); in wma_pdev_set_hw_mode_resp_evt_handler()4256 if (!hw_mode_resp) { in wma_pdev_set_hw_mode_resp_evt_handler()4284 hw_mode_resp->status = wmi_event->status; in wma_pdev_set_hw_mode_resp_evt_handler()4285 hw_mode_resp->cfgd_hw_mode_index = wmi_event->cfgd_hw_mode_index; in wma_pdev_set_hw_mode_resp_evt_handler()4286 hw_mode_resp->num_vdev_mac_entries = wmi_event->num_vdev_mac_entries; in wma_pdev_set_hw_mode_resp_evt_handler()4316 hw_mode_resp->vdev_mac_map[i].vdev_id = vdev_id; in wma_pdev_set_hw_mode_resp_evt_handler()4317 hw_mode_resp->vdev_mac_map[i].mac_id = mac_id; in wma_pdev_set_hw_mode_resp_evt_handler()4322 if (hw_mode_resp->status == SET_HW_MODE_STATUS_OK) { in wma_pdev_set_hw_mode_resp_evt_handler()4337 (void *) hw_mode_resp, 0); in wma_pdev_set_hw_mode_resp_evt_handler()[all …]