Lines Matching refs:req_id
1980 u32 req_id; in ath10k_wmi_event_scan() local
1994 req_id = __le32_to_cpu(arg.scan_req_id); in ath10k_wmi_event_scan()
2003 event_type, reason, freq, req_id, scan_id, vdev_id, in ath10k_wmi_event_scan()
2930 arg->req_id = ev->req_id; in ath10k_wmi_op_pull_vdev_start_ev()
4261 static int ath10k_wmi_alloc_host_mem(struct ath10k *ar, u32 req_id, in ath10k_wmi_alloc_host_mem() argument
4286 ar->wmi.mem_chunks[idx].req_id = req_id; in ath10k_wmi_alloc_host_mem()
4297 u32 req_id, num_units, unit_size, num_unit_info; in ath10k_wmi_is_host_mem_allocated() local
4306 req_id = __le32_to_cpu(mem_reqs[i]->req_id); in ath10k_wmi_is_host_mem_allocated()
4324 if (ar->wmi.mem_chunks[j].req_id == req_id) { in ath10k_wmi_is_host_mem_allocated()
4417 u32 num_units, req_id, unit_size, num_mem_reqs, num_unit_info, i; in ath10k_wmi_event_service_ready_work() local
4511 req_id = __le32_to_cpu(arg.mem_reqs[i]->req_id); in ath10k_wmi_event_service_ready_work()
4533 req_id, in ath10k_wmi_event_service_ready_work()
4539 ret = ath10k_wmi_alloc_host_mem(ar, req_id, num_units, in ath10k_wmi_event_service_ready_work()
5226 chunk->req_id = __cpu_to_le32(ar->wmi.mem_chunks[i].req_id); in ath10k_wmi_put_host_mem_chunks()
5761 u32 req_id; in ath10k_wmi_op_gen_stop_scan() local
5763 if (arg->req_id > 0xFFF) in ath10k_wmi_op_gen_stop_scan()
5775 req_id = arg->req_id; in ath10k_wmi_op_gen_stop_scan()
5776 req_id |= WMI_HOST_SCAN_REQUESTOR_ID_PREFIX; in ath10k_wmi_op_gen_stop_scan()
5782 cmd->scan_req_id = __cpu_to_le32(req_id); in ath10k_wmi_op_gen_stop_scan()
5786 arg->req_id, arg->req_type, arg->u.scan_id); in ath10k_wmi_op_gen_stop_scan()