Lines Matching refs:req_id
1273 u32 req_id; in ath10k_wmi_event_scan() local
1287 req_id = __le32_to_cpu(arg.scan_req_id); in ath10k_wmi_event_scan()
1296 event_type, reason, freq, req_id, scan_id, vdev_id, in ath10k_wmi_event_scan()
2089 arg->req_id = ev->req_id; in ath10k_wmi_op_pull_vdev_start_ev()
3005 static int ath10k_wmi_alloc_host_mem(struct ath10k *ar, u32 req_id, in ath10k_wmi_alloc_host_mem() argument
3030 ar->wmi.mem_chunks[idx].req_id = req_id; in ath10k_wmi_alloc_host_mem()
3112 u32 num_units, req_id, unit_size, num_mem_reqs, num_unit_info, i; in ath10k_wmi_event_service_ready() local
3173 req_id = __le32_to_cpu(arg.mem_reqs[i]->req_id); in ath10k_wmi_event_service_ready()
3189 req_id, in ath10k_wmi_event_service_ready()
3195 ret = ath10k_wmi_alloc_host_mem(ar, req_id, num_units, in ath10k_wmi_event_service_ready()
3783 chunk->req_id = __cpu_to_le32(ar->wmi.mem_chunks[i].req_id); in ath10k_wmi_put_host_mem_chunks()
4237 u32 req_id; in ath10k_wmi_op_gen_stop_scan() local
4239 if (arg->req_id > 0xFFF) in ath10k_wmi_op_gen_stop_scan()
4251 req_id = arg->req_id; in ath10k_wmi_op_gen_stop_scan()
4252 req_id |= WMI_HOST_SCAN_REQUESTOR_ID_PREFIX; in ath10k_wmi_op_gen_stop_scan()
4258 cmd->scan_req_id = __cpu_to_le32(req_id); in ath10k_wmi_op_gen_stop_scan()
4262 arg->req_id, arg->req_type, arg->u.scan_id); in ath10k_wmi_op_gen_stop_scan()