Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/scsi/
H A D3w-xxxx.c357 static int tw_post_command_packet(TW_Device_Extension *tw_dev, int request_id) in tw_post_command_packet() argument
363 command_que_value = tw_dev->command_packet_physical_address[request_id]; in tw_post_command_packet()
374 tw_dev->state[request_id] = TW_S_POSTED; in tw_post_command_packet()
381 if (tw_dev->state[request_id] != TW_S_PENDING) { in tw_post_command_packet()
382 tw_dev->state[request_id] = TW_S_PENDING; in tw_post_command_packet()
387 tw_dev->pending_queue[tw_dev->pending_tail] = request_id; in tw_post_command_packet()
401 static int tw_decode_sense(TW_Device_Extension *tw_dev, int request_id, int fill_sense) in tw_decode_sense() argument
407 command = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_decode_sense()
418 tw_dev->srb[request_id]->sense_buffer[0] = (0x1 << 7 | 0x70); in tw_decode_sense()
421 tw_dev->srb[request_id]->sense_buffer[2] = tw_sense_table[i][1]; in tw_decode_sense()
[all …]
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
/openbmc/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
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_ipc.c49 c, vpu_addr, jsm_msg->type, jsm_msg->status, jsm_msg->request_id, jsm_msg->result, in ivpu_jsm_msg_dump()
115 req->request_id = atomic_inc_return(&ipc->request_id); in ivpu_ipc_tx_prepare()
116 tx_buf->jsm.request_id = req->request_id; in ivpu_ipc_tx_prepare()
117 cons->request_id = req->request_id; in ivpu_ipc_tx_prepare()
149 cons->request_id = 0; in ivpu_ipc_consumer_add()
324 if (!jsm_msg || jsm_msg->request_id == cons->request_id) in ivpu_ipc_match_consumer()
H A Divpu_ipc.h49 u32 request_id; member
66 atomic_t request_id; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dlocation.h1037 u8 request_id; member
1076 u8 request_id; member
1108 u8 request_id; member
1138 u8 request_id; member
1166 u8 request_id; member
1194 u8 request_id; member
1222 u8 request_id; member
1540 u8 request_id; member
1556 u8 request_id; member
1572 u8 request_id; member
[all …]
/openbmc/linux/drivers/staging/greybus/
H A Dcamera.c654 static int gb_camera_capture(struct gb_camera *gcam, u32 request_id, in gb_camera_capture() argument
670 req->request_id = cpu_to_le32(request_id); in gb_camera_capture()
693 static int gb_camera_flush(struct gb_camera *gcam, u32 *request_id) in gb_camera_flush() argument
711 if (request_id) in gb_camera_flush()
712 *request_id = le32_to_cpu(resp.request_id); in gb_camera_flush()
742 payload->request_id, payload->frame_number, payload->stream); in gb_camera_request_handler()
843 static int gb_camera_op_capture(void *priv, u32 request_id, in gb_camera_op_capture() argument
849 return gb_camera_capture(gcam, request_id, streams, num_frames, in gb_camera_op_capture()
853 static int gb_camera_op_flush(void *priv, u32 *request_id) in gb_camera_op_flush() argument
857 return gb_camera_flush(gcam, request_id); in gb_camera_op_flush()
[all …]
H A Dgb-camera.h94 int (*capture)(void *priv, u32 request_id,
97 int (*flush)(void *priv, u32 *request_id);
H A Dfw-management.c174 request.request_id = ret; in fw_mgmt_load_and_validate_operation()
214 if (request->request_id != fw_mgmt->intf_fw_request_id) { in fw_mgmt_interface_fw_loaded_operation()
216 fw_mgmt->intf_fw_request_id, request->request_id); in fw_mgmt_interface_fw_loaded_operation()
324 request.request_id = ret; in fw_mgmt_backend_fw_update_operation()
363 if (request->request_id != fw_mgmt->backend_fw_request_id) { in fw_mgmt_backend_fw_updated_operation()
365 fw_mgmt->backend_fw_request_id, request->request_id); in fw_mgmt_backend_fw_updated_operation()
/openbmc/linux/include/uapi/linux/
H A Duinput.h50 __u32 request_id; member
57 __u32 request_id; member
H A Dvduse.h321 __u32 request_id; member
342 __u32 request_id; member
H A Datmmpc.h29 __u32 request_id; member
/openbmc/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()
/openbmc/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 …]
/openbmc/linux/drivers/input/misc/
H 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()
/openbmc/qemu/linux-headers/linux/
H A Dvduse.h321 __u32 request_id; member
342 __u32 request_id; member
/openbmc/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()
/openbmc/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 …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c233 cmd->request_id = req->cookie; in iwl_mvm_ftm_cmd_v5()
267 cmd->request_id = req->cookie; in iwl_mvm_ftm_cmd_common()
960 .request_id = req->cookie, in iwl_mvm_ftm_abort()
1031 static int iwl_mvm_ftm_range_resp_valid(struct iwl_mvm *mvm, u8 request_id, in iwl_mvm_ftm_range_resp_valid() argument
1036 if (request_id != (u8)mvm->ftm_initiator.req->cookie) { in iwl_mvm_ftm_range_resp_valid()
1038 request_id, (u8)mvm->ftm_initiator.req->cookie); in iwl_mvm_ftm_range_resp_valid()
1233 if (iwl_mvm_ftm_range_resp_valid(mvm, fw_resp_v8->request_id, in iwl_mvm_ftm_range_resp()
1240 if (iwl_mvm_ftm_range_resp_valid(mvm, fw_resp_v5->request_id, in iwl_mvm_ftm_range_resp()
/openbmc/linux/include/linux/greybus/
H A Dgreybus_protocols.h287 __u8 request_id; member
295 __u8 request_id; member
315 __u8 request_id; member
322 __u8 request_id; member
1601 __le32 request_id; member
1610 __le32 request_id; member
1615 __le32 request_id; member

12