/linux-3.3/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 55 struct se_cmd *se_cmd; in ft_dump_cmd() local 104 void ft_release_cmd(struct se_cmd *se_cmd) in ft_release_cmd() 111 int ft_check_stop_free(struct se_cmd *se_cmd) in ft_check_stop_free() 120 int ft_queue_status(struct se_cmd *se_cmd) in ft_queue_status() 173 int ft_write_pending_status(struct se_cmd *se_cmd) in ft_write_pending_status() 183 int ft_write_pending(struct se_cmd *se_cmd) in ft_write_pending() 240 u32 ft_get_task_tag(struct se_cmd *se_cmd) in ft_get_task_tag() 247 int ft_get_cmd_state(struct se_cmd *se_cmd) in ft_get_cmd_state() 252 int ft_is_state_remove(struct se_cmd *se_cmd) in ft_is_state_remove() 442 int ft_queue_tm_resp(struct se_cmd *se_cmd) in ft_queue_tm_resp()
|
D | tfc_io.c | 61 int ft_queue_data_in(struct se_cmd *se_cmd) in ft_queue_data_in() 190 struct se_cmd *se_cmd = &cmd->se_cmd; in ft_recv_write_data() local
|
D | tcm_fc.h | 119 struct se_cmd se_cmd; /* Local TCM I/O descriptor */ member
|
D | tfc_conf.c | 500 static u16 ft_set_fabric_sense_len(struct se_cmd *se_cmd, u32 sense_len) in ft_set_fabric_sense_len()
|
/linux-3.3/include/target/ |
D | target_core_base.h | 507 struct se_cmd { struct 522 /* Used to signal cmd->se_tfo->check_release_cmd() usage per cmd */ argument 525 /* See se_cmd_flags_table */ argument 526 u32 se_cmd_flags; argument 548 struct list_head se_cmd_list; argument 553 void (*transport_complete_callback)(struct se_cmd *); argument 555 unsigned char *t_task_cdb; 556 unsigned char __t_task_cdb[TCM_MAX_COMMAND_SIZE]; 557 unsigned long long t_task_lba; 558 int t_tasks_failed; [all …]
|
/linux-3.3/drivers/target/iscsi/ |
D | iscsi_target_tmr.c | 198 struct se_cmd *se_cmd = se_tmr->ref_cmd; in iscsit_task_reassign_complete_nop_out() local 234 struct se_cmd *se_cmd = &cmd->se_cmd; in iscsit_task_reassign_complete_write() local 304 struct se_cmd *se_cmd = &cmd->se_cmd; in iscsit_task_reassign_complete_read() local 367 struct se_cmd *se_cmd = se_tmr->ref_cmd; in iscsit_task_reassign_complete_scsi_cmnd() local 418 struct se_cmd *se_cmd; in iscsit_task_reassign_complete() local 554 struct se_cmd *se_cmd = se_tmr->ref_cmd; in iscsit_task_reassign_prepare_write() local 789 struct se_cmd *se_cmd = se_tmr->ref_cmd; in iscsit_check_task_reassign_expdatasn() local
|
D | iscsi_target_configfs.c | 1494 static u32 iscsi_get_task_tag(struct se_cmd *se_cmd) in iscsi_get_task_tag() 1501 static int iscsi_get_cmd_state(struct se_cmd *se_cmd) in iscsi_get_cmd_state() 1508 static int iscsi_is_state_remove(struct se_cmd *se_cmd) in iscsi_is_state_remove() 1551 static int lio_queue_data_in(struct se_cmd *se_cmd) in lio_queue_data_in() 1560 static int lio_write_pending(struct se_cmd *se_cmd) in lio_write_pending() 1570 static int lio_write_pending_status(struct se_cmd *se_cmd) in lio_write_pending_status() 1582 static int lio_queue_status(struct se_cmd *se_cmd) in lio_queue_status() 1591 static u16 lio_set_fabric_sense_len(struct se_cmd *se_cmd, u32 sense_length) in lio_set_fabric_sense_len() 1614 static int lio_queue_tm_rsp(struct se_cmd *se_cmd) in lio_queue_tm_rsp() 1758 static void lio_release_cmd(struct se_cmd *se_cmd) in lio_release_cmd()
|
D | iscsi_target_util.c | 189 struct se_cmd *se_cmd; in iscsit_allocate_se_cmd() local 231 struct se_cmd *se_cmd; in iscsit_allocate_se_cmd_for_tmr() local 480 struct se_cmd *se_cmd = &cmd->se_cmd; in iscsit_check_unsolicited_dataout() local
|
D | iscsi_target_erl1.c | 417 struct se_cmd *se_cmd = &cmd->se_cmd; in iscsit_handle_recovery_datain() local 926 struct se_cmd *se_cmd = &cmd->se_cmd; in iscsit_execute_cmd() local
|
D | iscsi_target.c | 1244 struct se_cmd *se_cmd; in iscsit_handle_data_out() local 3516 struct se_cmd *se_cmd; in iscsi_target_tx_thread() local
|
D | iscsi_target_core.h | 469 struct se_cmd se_cmd; member
|
/linux-3.3/drivers/target/loopback/ |
D | tcm_loop.c | 61 struct se_cmd *se_cmd; in tcm_loop_allocate_core_cmd() local 132 static int tcm_loop_new_cmd_map(struct se_cmd *se_cmd) in tcm_loop_new_cmd_map() 183 static int tcm_loop_check_stop_free(struct se_cmd *se_cmd) in tcm_loop_check_stop_free() 200 static void tcm_loop_release_cmd(struct se_cmd *se_cmd) in tcm_loop_release_cmd() 273 struct se_cmd *se_cmd; in tcm_loop_queuecommand() local 319 struct se_cmd *se_cmd = NULL; in tcm_loop_device_reset() local 765 static int tcm_loop_is_state_remove(struct se_cmd *se_cmd) in tcm_loop_is_state_remove() 791 static u32 tcm_loop_get_task_tag(struct se_cmd *se_cmd) in tcm_loop_get_task_tag() 796 static int tcm_loop_get_cmd_state(struct se_cmd *se_cmd) in tcm_loop_get_cmd_state() 827 static int tcm_loop_write_pending(struct se_cmd *se_cmd) in tcm_loop_write_pending() [all …]
|
/linux-3.3/drivers/target/ |
D | target_core_device.c | 61 int transport_lookup_cmd_lun(struct se_cmd *se_cmd, u32 unpacked_lun) in transport_lookup_cmd_lun() 175 int transport_lookup_tmr_lun(struct se_cmd *se_cmd, u32 unpacked_lun) in transport_lookup_tmr_lun() 320 void core_dec_lacl_count(struct se_node_acl *se_nacl, struct se_cmd *se_cmd) in core_dec_lacl_count() 653 struct se_cmd *se_cmd = se_task->task_se_cmd; in target_report_luns() local
|
D | target_core_transport.c | 1660 void target_submit_cmd(struct se_cmd *se_cmd, struct se_session *se_sess, in target_submit_cmd() 1976 static void transport_set_supported_SAM_opcode(struct se_cmd *se_cmd) in transport_set_supported_SAM_opcode() 3999 void target_get_sess_cmd(struct se_session *se_sess, struct se_cmd *se_cmd, in target_get_sess_cmd() 4022 struct se_cmd *se_cmd = container_of(kref, struct se_cmd, cmd_kref); in target_release_cmd_kref() local 4047 int target_put_sess_cmd(struct se_session *se_sess, struct se_cmd *se_cmd) in target_put_sess_cmd() 4058 struct se_cmd *se_cmd; in target_splice_sess_cmd_list() local 4084 struct se_cmd *se_cmd, *tmp_cmd; in target_wait_for_sess_cmds() local
|
D | target_core_tmr.c | 44 struct se_cmd *se_cmd, in core_tmr_alloc_req()
|
/linux-3.3/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 2950 static int srpt_write_pending_status(struct se_cmd *se_cmd) in srpt_write_pending_status() 2961 static int srpt_write_pending(struct se_cmd *se_cmd) in srpt_write_pending() 3474 static void srpt_release_cmd(struct se_cmd *se_cmd) in srpt_release_cmd() 3552 static u32 srpt_get_task_tag(struct se_cmd *se_cmd) in srpt_get_task_tag() 3561 static int srpt_get_tcm_cmd_state(struct se_cmd *se_cmd) in srpt_get_tcm_cmd_state() 3579 static int srpt_is_state_remove(struct se_cmd *se_cmd) in srpt_is_state_remove()
|