Home
last modified time | relevance | path

Searched refs:request_id (Results 1 – 25 of 39) sorted by relevance

12

/drivers/scsi/
A D3w-xxxx.c567 command_packet->request_id = request_id; in tw_aen_read_queue()
708 command_packet->request_id = request_id; in tw_aen_drain_queue()
964 tw_ioctl->firmware_command.request_id = request_id; in tw_chrdev_ioctl()
1099 command_packet->request_id = request_id; in tw_initconnection()
1171 command_packet->request_id = request_id; in tw_setfeature()
1416 command_packet->request_id = request_id; in tw_scsiop_inquiry()
1525 command_packet->request_id = request_id; in tw_scsiop_mode_sense()
1614 command_packet->request_id = request_id; in tw_scsiop_read_capacity()
1728 command_packet->request_id = request_id; in tw_scsiop_read_write()
1825 command_packet->request_id = request_id; in tw_scsiop_synchronize_cache()
[all …]
A D3w-sas.c303 if (tw_dev->srb[request_id]) in twl_scsiop_execute_scsi()
304 srb = tw_dev->srb[request_id]; in twl_scsiop_execute_scsi()
421 command_packet->request_id = request_id; in twl_aen_sync_time()
557 int request_id = 0; in twl_aen_drain_queue() local
700 oldcommand->request_id = request_id; in twl_load_sgl()
720 int request_id = 0; in twl_chrdev_ioctl() local
939 command_packet->request_id = request_id; in twl_get_param()
990 tw_initconnect->request_id = request_id; in twl_initconnection()
1084 u32 request_id, doorbell; in twl_handle_attention_interrupt() local
1167 request_id = le16_to_cpu(tw_dev->sense_buffer_virt[i]->header_desc.request_id); in twl_interrupt()
[all …]
A D3w-9xxx.c284 int request_id = 0; in twa_aen_drain_queue() local
317 tw_dev->srb[request_id] = NULL; in twa_aen_drain_queue()
449 tw_dev->srb[request_id] = NULL; in twa_aen_read_queue()
489 command_packet->request_id = request_id; in twa_aen_sync_time()
644 int request_id = 0; in twa_chrdev_ioctl() local
1070 command_packet->request_id = request_id; in twa_get_param()
1129 tw_initconnect->request_id = request_id; in twa_initconnection()
1218 int request_id, error = 0; in twa_interrupt() local
1402 oldcommand->request_id = request_id; in twa_load_sgl()
1752 int request_id, retval; in twa_scsi_queue_lck() local
[all …]
A D3w-sas.h170 #define TW_REQ_LUN_IN(lun, request_id) \ argument
171 (((lun << 12) & 0xf000) | (request_id & 0xfff))
233 unsigned char request_id; member
281 unsigned short request_id; member
299 unsigned char request_id; member
A D3w-9xxx.h437 #define TW_REQ_LUN_IN(lun, request_id) \ argument
438 cpu_to_le16(((lun << 12) & 0xf000) | (request_id & 0xfff))
505 u8 request_id; member
571 u8 request_id; member
A Dmvumi.h253 unsigned short request_id; member
279 u16 request_id; member
296 u16 request_id; member
A D3w-xxxx.h303 unsigned char request_id; member
383 unsigned char request_id; member
A Dmvumi.c465 unsigned short tag, request_id; in mvumi_check_ob_frame() local
469 request_id = p_outb_frame->request_id; in mvumi_check_ob_frame()
478 } else if (mhba->tag_cmd[tag]->request_id != request_id && in mvumi_check_ob_frame()
481 "cmd request ID:0x%x\n", request_id, in mvumi_check_ob_frame()
482 mhba->tag_cmd[tag]->request_id); in mvumi_check_ob_frame()
551 p_outb_frame->request_id != in mvumi_receive_ob_list_entry()
552 mhba->tag_cmd[p_outb_frame->tag]->request_id)) in mvumi_receive_ob_list_entry()
1841 cmd->frame->request_id = mhba->io_seq++; in mvumi_send_command()
1842 cmd->request_id = cmd->frame->request_id; in mvumi_send_command()
/drivers/accel/ivpu/
A Divpu_trace.h53 __field(u32, request_id)
59 __entry->request_id = msg->request_id;
65 __entry->request_id,
A Divpu_ipc.c44 jsm_msg->status, jsm_msg->request_id, jsm_msg->result, in ivpu_jsm_msg_dump()
110 req->request_id = atomic_inc_return(&ipc->request_id); in ivpu_ipc_tx_prepare()
111 tx_buf->jsm.request_id = req->request_id; in ivpu_ipc_tx_prepare()
112 cons->request_id = req->request_id; in ivpu_ipc_tx_prepare()
185 cons->request_id = 0; in ivpu_ipc_consumer_add()
393 if (!jsm_msg || jsm_msg->request_id == cons->request_id) in ivpu_ipc_match_consumer()
A Divpu_ipc.h60 u32 request_id; member
80 atomic_t request_id; member
/drivers/net/wireless/intel/iwlwifi/fw/api/
A Dlocation.h1176 u8 request_id; member
1215 u8 request_id; member
1247 u8 request_id; member
1277 u8 request_id; member
1305 u8 request_id; member
1333 u8 request_id; member
1361 u8 request_id; member
1389 u8 request_id; member
1766 u8 request_id; member
1782 u8 request_id; member
[all …]
/drivers/staging/greybus/
A Dcamera.c665 req->request_id = cpu_to_le32(request_id); in gb_camera_capture()
688 static int gb_camera_flush(struct gb_camera *gcam, u32 *request_id) in gb_camera_flush() argument
706 if (request_id) in gb_camera_flush()
707 *request_id = le32_to_cpu(resp.request_id); in gb_camera_flush()
737 payload->request_id, payload->frame_number, payload->stream); in gb_camera_request_handler()
838 static int gb_camera_op_capture(void *priv, u32 request_id, in gb_camera_op_capture() argument
844 return gb_camera_capture(gcam, request_id, streams, num_frames, in gb_camera_op_capture()
848 static int gb_camera_op_flush(void *priv, u32 *request_id) in gb_camera_op_flush() argument
852 return gb_camera_flush(gcam, request_id); in gb_camera_op_flush()
999 unsigned int request_id; in gb_camera_debugfs_capture() local
[all …]
A Dgb-camera.h94 int (*capture)(void *priv, u32 request_id,
97 int (*flush)(void *priv, u32 *request_id);
A Dfw-management.c168 request.request_id = ret; in fw_mgmt_load_and_validate_operation()
207 if (request->request_id != fw_mgmt->intf_fw_request_id) { in fw_mgmt_interface_fw_loaded_operation()
209 fw_mgmt->intf_fw_request_id, request->request_id); in fw_mgmt_interface_fw_loaded_operation()
310 request.request_id = ret; in fw_mgmt_backend_fw_update_operation()
348 if (request->request_id != fw_mgmt->backend_fw_request_id) { in fw_mgmt_backend_fw_updated_operation()
350 fw_mgmt->backend_fw_request_id, request->request_id); in fw_mgmt_backend_fw_updated_operation()
/drivers/net/usb/
A Drndis_host.c99 u32 xid = 0, msg_len, request_id, msg_type, rsp, in rndis_command() local
113 buf->request_id = (__force __le32) xid; in rndis_command()
154 request_id = (__force u32) buf->request_id; in rndis_command()
156 if (likely(request_id == xid)) { in rndis_command()
169 request_id, xid); in rndis_command()
265 *reply = (unsigned char *) &u.get_c->request_id + off; in rndis_query()
/drivers/scsi/smartpqi/
A Dsmartpqi.h158 __le16 request_id; member
216 __le16 request_id; member
278 __le16 request_id; member
304 __le16 request_id; member
333 __le16 request_id; member
366 __le16 request_id; member
397 __le16 request_id; member
404 __le16 request_id; member
469 __le16 request_id; member
487 __le16 request_id; member
[all …]
/drivers/input/misc/
A Duinput.c766 __u32 request_id; member
778 ff_up_compat.request_id = ff_up->request_id; in uinput_ff_upload_to_user()
813 ff_up->request_id = ff_up_compat.request_id; in uinput_ff_upload_from_user()
992 req = uinput_request_find(udev, ff_up.request_id); in uinput_ioctl_handler()
1015 req = uinput_request_find(udev, ff_erase.request_id); in uinput_ioctl_handler()
1035 req = uinput_request_find(udev, ff_up.request_id); in uinput_ioctl_handler()
1052 req = uinput_request_find(udev, ff_erase.request_id); in uinput_ioctl_handler()
/drivers/net/wireless/intel/iwlwifi/mld/
A Dftm-initiator.c27 cmd->request_id = req->cookie; in iwl_mld_ftm_cmd_common()
275 static int iwl_mld_ftm_range_resp_valid(struct iwl_mld *mld, u8 request_id, in iwl_mld_ftm_range_resp_valid() argument
278 if (IWL_FW_CHECK(mld, request_id != (u8)mld->ftm_initiator.req->cookie, in iwl_mld_ftm_range_resp_valid()
280 request_id, (u8)mld->ftm_initiator.req->cookie)) in iwl_mld_ftm_range_resp_valid()
334 if (iwl_mld_ftm_range_resp_valid(mld, fw_resp->request_id, in iwl_mld_handle_ftm_resp_notif()
/drivers/media/pci/intel/ipu6/
A Dipu6-fw-isys.h510 u32 request_id; member
523 u32 request_id; member
567 u32 request_id; member
A Dipu6-fw-isys.c40 resp->request_id, resp->error_info.error, in handle_proxy_response()
43 ret = req_id == resp->request_id ? 0 : -EIO; in handle_proxy_response()
69 token->request_id = req_id; in ipu6_fw_isys_send_proxy_token()
/drivers/infiniband/hw/mlx4/
A Dcm.c75 __be32 request_id; member
90 msg->request_id = cpu_to_be32(cm_id); in set_local_comm_id()
105 return be32_to_cpu(msg->request_id); in get_local_comm_id()
120 msg->request_id = cpu_to_be32(cm_id); in set_remote_comm_id()
135 return be32_to_cpu(msg->request_id); in get_remote_comm_id()
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dmsgbuf.c81 __le32 request_id; member
456 request->msg.request_id = cpu_to_le32(BRCMF_IOCTL_REQ_PKTID); in brcmf_msgbuf_tx_ioctl()
624 create->msg.request_id = 0; in brcmf_msgbuf_flowring_create_worker()
745 tx_msghdr->msg.request_id = cpu_to_le32(pktid + 1); in brcmf_msgbuf_txflow()
866 msgbuf->ioctl_resp_pktid = le32_to_cpu(ioctl_resp->msg.request_id); in brcmf_msgbuf_process_ioctl_complete()
886 idx = le32_to_cpu(tx_status->msg.request_id) - 1; in brcmf_msgbuf_process_txstatus()
962 rx_bufpost->msg.request_id = cpu_to_le32(pktid); in brcmf_msgbuf_rxbuf_data_post()
1062 rx_bufpost->msg.request_id = cpu_to_le32(pktid); in brcmf_msgbuf_rxbuf_ctrl_post()
1113 idx = le32_to_cpu(event->msg.request_id); in brcmf_msgbuf_process_event()
1163 idx = le32_to_cpu(rx_complete->msg.request_id); in brcmf_msgbuf_process_rx_complete()
[all …]
/drivers/net/wireless/intel/iwlwifi/mvm/
A Dftm-initiator.c138 cmd->request_id = req->cookie; in iwl_mvm_ftm_cmd_v5()
172 cmd->request_id = req->cookie; in iwl_mvm_ftm_cmd_common()
1009 .request_id = req->cookie, in iwl_mvm_ftm_abort()
1080 static int iwl_mvm_ftm_range_resp_valid(struct iwl_mvm *mvm, u8 request_id, in iwl_mvm_ftm_range_resp_valid() argument
1085 if (request_id != (u8)mvm->ftm_initiator.req->cookie) { in iwl_mvm_ftm_range_resp_valid()
1087 request_id, (u8)mvm->ftm_initiator.req->cookie); in iwl_mvm_ftm_range_resp_valid()
1282 if (iwl_mvm_ftm_range_resp_valid(mvm, fw_resp_v8->request_id, in iwl_mvm_ftm_range_resp()
1289 if (iwl_mvm_ftm_range_resp_valid(mvm, fw_resp_v5->request_id, in iwl_mvm_ftm_range_resp()
/drivers/media/common/siano/
A Dsmsdvb.h75 u32 request_id; member

Completed in 103 milliseconds

12