Lines Matching refs:req_id

2201 	u32 req_id;  in ath10k_wmi_event_scan()  local
2215 req_id = __le32_to_cpu(arg.scan_req_id); in ath10k_wmi_event_scan()
2224 event_type, reason, freq, req_id, scan_id, vdev_id, in ath10k_wmi_event_scan()
3441 arg->req_id = ev->req_id; in ath10k_wmi_op_pull_vdev_start_ev()
5400 static int ath10k_wmi_alloc_chunk(struct ath10k *ar, u32 req_id, in ath10k_wmi_alloc_chunk() argument
5417 ar->wmi.mem_chunks[idx].req_id = req_id; in ath10k_wmi_alloc_chunk()
5423 static int ath10k_wmi_alloc_host_mem(struct ath10k *ar, u32 req_id, in ath10k_wmi_alloc_host_mem() argument
5429 ret = ath10k_wmi_alloc_chunk(ar, req_id, num_units, unit_len); in ath10k_wmi_alloc_host_mem()
5444 u32 req_id, num_units, unit_size, num_unit_info; in ath10k_wmi_is_host_mem_allocated() local
5453 req_id = __le32_to_cpu(mem_reqs[i]->req_id); in ath10k_wmi_is_host_mem_allocated()
5471 if (ar->wmi.mem_chunks[j].req_id == req_id) { in ath10k_wmi_is_host_mem_allocated()
5580 u32 num_units, req_id, unit_size, num_mem_reqs, num_unit_info, i; in ath10k_wmi_event_service_ready_work() local
5683 req_id = __le32_to_cpu(arg.mem_reqs[i]->req_id); in ath10k_wmi_event_service_ready_work()
5706 req_id, in ath10k_wmi_event_service_ready_work()
5712 ret = ath10k_wmi_alloc_host_mem(ar, req_id, num_units, in ath10k_wmi_event_service_ready_work()
6639 chunk->req_id = __cpu_to_le32(ar->wmi.mem_chunks[i].req_id); in ath10k_wmi_put_host_mem_chunks()
7192 u32 req_id; in ath10k_wmi_op_gen_stop_scan() local
7194 if (arg->req_id > 0xFFF) in ath10k_wmi_op_gen_stop_scan()
7206 req_id = arg->req_id; in ath10k_wmi_op_gen_stop_scan()
7207 req_id |= WMI_HOST_SCAN_REQUESTOR_ID_PREFIX; in ath10k_wmi_op_gen_stop_scan()
7213 cmd->scan_req_id = __cpu_to_le32(req_id); in ath10k_wmi_op_gen_stop_scan()
7217 arg->req_id, arg->req_type, arg->u.scan_id); in ath10k_wmi_op_gen_stop_scan()