| /linux/drivers/target/ |
| H A D | target_core_xcopy.c | 116 static int target_xcopy_parse_tiddesc_e4(struct se_cmd *se_cmd, struct xcopy_op *xop, in target_xcopy_parse_tiddesc_e4() 202 static int target_xcopy_parse_target_descriptors(struct se_cmd *se_cmd, in target_xcopy_parse_target_descriptors() 392 struct se_cmd se_cmd; member 401 static int xcopy_pt_get_cmd_state(struct se_cmd *se_cmd) in xcopy_pt_get_cmd_state() 416 static void xcopy_pt_release_cmd(struct se_cmd *se_cmd) in xcopy_pt_release_cmd() 425 static int xcopy_pt_check_stop_free(struct se_cmd *se_cmd) in xcopy_pt_check_stop_free() 434 static int xcopy_pt_write_pending(struct se_cmd *se_cmd) in xcopy_pt_write_pending() 439 static int xcopy_pt_queue_data_in(struct se_cmd *se_cmd) in xcopy_pt_queue_data_in() 444 static int xcopy_pt_queue_status(struct se_cmd *se_cmd) in xcopy_pt_queue_status() 552 struct se_cmd *se_cmd = &xpt_cmd->se_cmd; in target_xcopy_issue_pt_cmd() local [all …]
|
| H A D | target_core_tmr.c | 27 struct se_cmd *se_cmd, in core_tmr_alloc_req() 71 static bool __target_check_io_state(struct se_cmd *se_cmd, in __target_check_io_state() 111 struct se_cmd *se_cmd, *next; in core_tmr_abort_task() local
|
| H A D | target_core_transport.c | 1732 int target_init_cmd(struct se_cmd *se_cmd, struct se_session *se_sess, in target_init_cmd() 1794 int target_submit_prep(struct se_cmd *se_cmd, unsigned char *cdb, in target_submit_prep() 1879 void target_submit_cmd(struct se_cmd *se_cmd, struct se_session *se_sess, in target_submit_cmd() 1932 struct se_cmd *se_cmd, *next_cmd; in target_queued_submit_work() local 1960 static void target_queue_submission(struct se_cmd *se_cmd) in target_queue_submission() 1978 int target_submit(struct se_cmd *se_cmd) in target_submit() 2002 struct se_cmd *se_cmd = container_of(work, struct se_cmd, work); in target_complete_tmr_failure() local 2028 int target_submit_tmr(struct se_cmd *se_cmd, struct se_session *se_sess, in target_submit_tmr() 3052 int target_get_sess_cmd(struct se_cmd *se_cmd, bool ack_kref) in target_get_sess_cmd() 3093 struct se_cmd *se_cmd = container_of(kref, struct se_cmd, cmd_kref); in target_release_cmd_kref() local [all …]
|
| /linux/drivers/target/tcm_fc/ |
| H A D | tfc_cmd.c | 35 struct se_cmd *se_cmd; in _ft_dump_cmd() local 85 void ft_release_cmd(struct se_cmd *se_cmd) in ft_release_cmd() 92 int ft_check_stop_free(struct se_cmd *se_cmd) in ft_check_stop_free() 100 int ft_queue_status(struct se_cmd *se_cmd) in ft_queue_status() 177 int ft_write_pending(struct se_cmd *se_cmd) in ft_write_pending() 375 void ft_queue_tm_resp(struct se_cmd *se_cmd) in ft_queue_tm_resp() 410 void ft_aborted_task(struct se_cmd *se_cmd) in ft_aborted_task()
|
| H A D | tfc_io.c | 41 int ft_queue_data_in(struct se_cmd *se_cmd) in ft_queue_data_in() 197 struct se_cmd *se_cmd = &cmd->se_cmd; in ft_recv_write_data() local
|
| H A D | tcm_fc.h | 109 struct se_cmd se_cmd; /* Local TCM I/O descriptor */ member
|
| /linux/drivers/xen/ |
| H A D | xen-scsiback.c | 135 struct se_cmd se_cmd; member 423 struct se_cmd *se_cmd = &pending_req->se_cmd; in scsiback_cmd_exec() local 638 struct se_cmd *se_cmd = &pending_req->se_cmd; in scsiback_device_action() local 1425 static int scsiback_check_stop_free(struct se_cmd *se_cmd) in scsiback_check_stop_free() 1430 static void scsiback_release_cmd(struct se_cmd *se_cmd) in scsiback_release_cmd() 1435 static int scsiback_write_pending(struct se_cmd *se_cmd) in scsiback_write_pending() 1443 static int scsiback_queue_data_in(struct se_cmd *se_cmd) in scsiback_queue_data_in() 1453 static int scsiback_queue_status(struct se_cmd *se_cmd) in scsiback_queue_status() 1469 static void scsiback_queue_tm_rsp(struct se_cmd *se_cmd) in scsiback_queue_tm_rsp() 1477 static void scsiback_aborted_task(struct se_cmd *se_cmd) in scsiback_aborted_task()
|
| /linux/drivers/target/tcm_remote/ |
| H A D | tcm_remote.c | 42 static int tcm_remote_dummy_cmd_fn(struct se_cmd *se_cmd) in tcm_remote_dummy_cmd_fn() 47 static void tcm_remote_dummy_cmd_void_fn(struct se_cmd *se_cmd) in tcm_remote_dummy_cmd_void_fn()
|
| /linux/drivers/vhost/ |
| H A D | scsi.c | 263 struct se_cmd se_cmd; member 416 static void vhost_scsi_release_cmd_res(struct se_cmd *se_cmd) in vhost_scsi_release_cmd_res() 480 static void vhost_scsi_release_cmd(struct se_cmd *se_cmd) in vhost_scsi_release_cmd() 499 static int vhost_scsi_write_pending(struct se_cmd *se_cmd) in vhost_scsi_write_pending() 506 static int vhost_scsi_queue_data_in(struct se_cmd *se_cmd) in vhost_scsi_queue_data_in() 512 static int vhost_scsi_queue_status(struct se_cmd *se_cmd) in vhost_scsi_queue_status() 518 static void vhost_scsi_queue_tm_rsp(struct se_cmd *se_cmd) in vhost_scsi_queue_tm_rsp() 527 static void vhost_scsi_aborted_task(struct se_cmd *se_cmd) in vhost_scsi_aborted_task() 564 static int vhost_scsi_check_stop_free(struct se_cmd *se_cmd) in vhost_scsi_check_stop_free() 693 struct se_cmd *se_cmd; in vhost_scsi_complete_cmd_work() local [all …]
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_erl1.c | 381 struct se_cmd *se_cmd = &cmd->se_cmd; in iscsit_handle_recovery_datain() local 888 struct se_cmd *se_cmd = &cmd->se_cmd; in iscsit_execute_cmd() local
|
| H A D | iscsi_target_util.c | 656 struct se_cmd *se_cmd = &cmd->se_cmd; in iscsit_release_cmd() local 703 struct se_cmd *se_cmd = cmd->se_cmd.se_tfo ? &cmd->se_cmd : NULL; in iscsit_free_cmd() local
|
| H A D | iscsi_target.c | 1458 struct se_cmd *se_cmd; in __iscsit_check_dataout_hdr() local 4177 struct se_cmd *se_cmd = &cmd->se_cmd; in iscsit_release_commands_from_conn() local
|
| /linux/drivers/usb/gadget/function/ |
| H A D | tcm.h | 82 struct se_cmd se_cmd; member
|
| /linux/drivers/scsi/ibmvscsi_tgt/ |
| H A D | ibmvscsi_tgt.h | 157 struct se_cmd se_cmd; member
|
| /linux/drivers/target/sbp/ |
| H A D | sbp_target.h | 217 struct se_cmd se_cmd; member
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.h | 882 struct se_cmd se_cmd; member 997 struct se_cmd se_cmd; member
|
| /linux/include/target/iscsi/ |
| H A D | iscsi_target_core.h | 487 struct se_cmd se_cmd; member
|