Searched refs:target_submit_prep (Results 1 – 7 of 7) sorted by relevance
/linux/include/target/ |
H A D | target_core_fabric.h | 174 int target_submit_prep(struct se_cmd *se_cmd, unsigned char *cdb,
|
/linux/drivers/target/tcm_fc/ |
H A D | tfc_cmd.c | 552 if (target_submit_prep(&cmd->se_cmd, fcp->fc_cdb, NULL, 0, NULL, 0, in ft_send_work()
|
/linux/drivers/target/ |
H A D | target_core_transport.c | 1727 * target_submit_prep - prepare cmd for submission 1745 int target_submit_prep(struct se_cmd *se_cmd, unsigned char *cdb, in target_submit_prep() function 1803 EXPORT_SYMBOL_GPL(target_submit_prep); 1842 if (target_submit_prep(se_cmd, cdb, NULL, 0, NULL, 0, NULL, 0, in target_submit_cmd() 1926 * target_submit_prep or something similar must have been called on the cmd,
|
/linux/drivers/xen/ |
H A D | xen-scsiback.c | 432 if (target_submit_prep(se_cmd, pending_req->cmnd, pending_req->sgl, in scsiback_cmd_exec()
|
/linux/drivers/scsi/qla2xxx/ |
H A D | tcm_qla2xxx.c | 485 if (target_submit_prep(se_cmd, cdb, NULL, 0, NULL, 0, NULL, 0, in tcm_qla2xxx_handle_cmd()
|
/linux/drivers/vhost/ |
H A D | scsi.c | 1066 if (target_submit_prep(se_cmd, cdb, sg_ptr, in vhost_scsi_target_queue_cmd()
|
/linux/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 1605 if (target_submit_prep(cmd, srp_cmd->cdb, sg, sg_cnt, NULL, 0, NULL, 0, in srpt_handle_cmd()
|