Home
last modified time | relevance | path

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

12

/linux/drivers/scsi/
H A D3w-sas.c271 static int twl_post_command_packet(TW_Device_Extension *tw_dev, int request_id) in twl_post_command_packet() argument
275 command_que_value = tw_dev->command_packet_phys[request_id]; in twl_post_command_packet()
283 tw_dev->state[request_id] = TW_S_POSTED; in twl_post_command_packet()
292 static int twl_scsiop_execute_scsi(TW_Device_Extension *tw_dev, int request_id, in twl_scsiop_execute_scsi() argument
303 if (tw_dev->srb[request_id]) in twl_scsiop_execute_scsi()
304 srb = tw_dev->srb[request_id]; in twl_scsiop_execute_scsi()
307 full_command_packet = tw_dev->command_packet_virt[request_id]; in twl_scsiop_execute_scsi()
325 cpu_to_le16(TW_REQ_LUN_IN(srb->device->lun, request_id)); in twl_scsiop_execute_scsi()
328 cpu_to_le16(TW_REQ_LUN_IN(0, request_id)); in twl_scsiop_execute_scsi()
345 …lunh = cpu_to_le16(TW_REQ_LUN_IN((srb->device->lun >> 4), scsi_sg_count(tw_dev->srb[request_id]))); in twl_scsiop_execute_scsi()
[all …]
H A D3w-9xxx.c122 static int twa_aen_read_queue(TW_Device_Extension *tw_dev, int request_id);
124 static void twa_aen_sync_time(TW_Device_Extension *tw_dev, int request_id);
127 static int twa_fill_sense(TW_Device_Extension *tw_dev, int request_id, int copy_sense, int print_ho…
128 static void twa_free_request_id(TW_Device_Extension *tw_dev,int request_id);
129 static void twa_get_request_id(TW_Device_Extension *tw_dev, int *request_id);
140 …TW_Device_Extension *tw_dev, TW_Command_Full *full_command_packet, int request_id, dma_addr_t dma_…
141 static int twa_poll_response(TW_Device_Extension *tw_dev, int request_id, int seconds);
143 static int twa_post_command_packet(TW_Device_Extension *tw_dev, int request_id, char internal);
146 static int twa_scsiop_execute_scsi(TW_Device_Extension *tw_dev, int request_id,
149 static void twa_scsiop_execute_scsi_complete(TW_Device_Extension *tw_dev, int request_id);
[all …]
H 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
H 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
H A Dmvumi.h253 unsigned short request_id; member
279 u16 request_id; member
296 u16 request_id; member
H A D3w-xxxx.h303 unsigned char request_id; member
383 unsigned char request_id; member
H 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()
1840 cmd->frame->request_id = mhba->io_seq++; in mvumi_send_command()
1841 cmd->request_id = cmd->frame->request_id; in mvumi_send_command()
/linux/include/linux/usb/
H A Drndis_host.h27 __le32 request_id; member
61 __le32 request_id; member
71 __le32 request_id; member
88 __le32 request_id; member
95 __le32 request_id; member
106 __le32 request_id; member
116 __le32 request_id; member
127 __le32 request_id; member
162 __le32 request_id; member
169 __le32 request_id; member
/linux/drivers/accel/ivpu/
H 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()
184 cons->request_id = 0; in ivpu_ipc_consumer_add()
392 if (!jsm_msg || jsm_msg->request_id == cons->request_id) in ivpu_ipc_match_consumer()
/linux/drivers/staging/greybus/
H A Dcamera.c649 static int gb_camera_capture(struct gb_camera *gcam, u32 request_id, in gb_camera_capture() argument
665 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()
[all …]
H 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()
/linux/drivers/net/usb/
H 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()
/linux/drivers/scsi/smartpqi/
H 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 …]
/linux/include/uapi/linux/
H A Duinput.h50 __u32 request_id; member
57 __u32 request_id; member
H A Dvduse.h378 * @request_id: request id
391 __u32 request_id;
408 * @request_id: corresponding request id
417 __u32 request_id;
321 __u32 request_id; global() member
342 __u32 request_id; global() member
H A Datmmpc.h29 __u32 request_id; member
/linux/drivers/input/misc/
H A Duinput.c766 __u32 request_id; member
779 ff_up_compat.request_id = ff_up->request_id; in uinput_ff_upload_to_user()
814 ff_up->request_id = ff_up_compat.request_id; in uinput_ff_upload_from_user()
993 req = uinput_request_find(udev, ff_up.request_id); in uinput_ioctl_handler()
1016 req = uinput_request_find(udev, ff_erase.request_id); in uinput_ioctl_handler()
1036 req = uinput_request_find(udev, ff_up.request_id); in uinput_ioctl_handler()
1053 req = uinput_request_find(udev, ff_erase.request_id); in uinput_ioctl_handler()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H 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()
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-fw-isys.h510 u32 request_id; member
523 u32 request_id; member
567 u32 request_id; member
H 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()
/linux/drivers/infiniband/hw/mlx4/
H 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()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H 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 …]
/linux/include/linux/greybus/
H A Dgreybus_protocols.h285 __u8 request_id; member
293 __u8 request_id; member
313 __u8 request_id; member
320 __u8 request_id; member
1597 __le32 request_id; member
1606 __le32 request_id; member
1611 __le32 request_id; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H 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()
/linux/drivers/media/common/siano/
H A Dsmsdvb.h75 u32 request_id; member

12