Searched refs:target_init_cmd (Results 1 – 9 of 9) sorted by relevance
/linux/include/target/ |
H A D | target_core_fabric.h | 171 int target_init_cmd(struct se_cmd *se_cmd, struct se_session *se_sess,
|
/linux/drivers/target/tcm_fc/ |
H A D | tfc_cmd.c | 546 if (target_init_cmd(&cmd->se_cmd, cmd->sess->se_sess, in ft_send_work()
|
/linux/drivers/target/ |
H A D | target_core_transport.c | 1688 int target_init_cmd(struct se_cmd *se_cmd, struct se_session *se_sess, in target_init_cmd() function 1724 EXPORT_SYMBOL_GPL(target_init_cmd); 1836 rc = target_init_cmd(se_cmd, se_sess, sense, unpacked_lun, data_length, in target_submit_cmd()
|
/linux/drivers/target/loopback/ |
H A D | tcm_loop.c | 147 target_init_cmd(se_cmd, tl_nexus->se_sess, &tl_cmd->tl_sense_buf[0], in tcm_loop_target_queue_cmd()
|
/linux/drivers/xen/ |
H A D | xen-scsiback.c | 428 target_init_cmd(se_cmd, sess, pending_req->sense_buffer, in scsiback_cmd_exec()
|
/linux/drivers/scsi/elx/efct/ |
H A D | efct_lio.c | 1381 rc = target_init_cmd(se_cmd, se_sess, &io->tgt_io.sense_buffer[0], in efct_scsi_recv_cmd()
|
/linux/drivers/scsi/qla2xxx/ |
H A D | tcm_qla2xxx.c | 479 rc = target_init_cmd(se_cmd, se_sess, &cmd->sense_buffer[0], in tcm_qla2xxx_handle_cmd()
|
/linux/drivers/vhost/ |
H A D | scsi.c | 919 target_init_cmd(se_cmd, tv_nexus->tvn_se_sess, &cmd->tvc_sense_buf[0], in vhost_scsi_target_queue_cmd()
|
/linux/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 1596 rc = target_init_cmd(cmd, ch->sess, &send_ioctx->sense_data[0], in srpt_handle_cmd()
|