Searched refs:target_submit_cmd (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/target/ |
D | target_core_fabric.h | 141 int target_submit_cmd(struct se_cmd *, struct se_session *, unsigned char *,
|
/linux-4.1.27/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 575 if (target_submit_cmd(&cmd->se_cmd, cmd->sess->se_sess, fcp->fc_cdb, in ft_send_work()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | tcm_usb_gadget.c | 1068 if (target_submit_cmd(se_cmd, tv_nexus->tvn_se_sess, in usbg_cmd_work() 1184 if (target_submit_cmd(se_cmd, tv_nexus->tvn_se_sess, in bot_cmd_work()
|
/linux-4.1.27/drivers/target/ |
D | target_core_transport.c | 1524 int target_submit_cmd(struct se_cmd *se_cmd, struct se_session *se_sess, in target_submit_cmd() function 1532 EXPORT_SYMBOL(target_submit_cmd);
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | tcm_qla2xxx.c | 581 return target_submit_cmd(se_cmd, se_sess, cdb, &cmd->sense_buffer[0], in tcm_qla2xxx_handle_cmd()
|
/linux-4.1.27/drivers/target/sbp/ |
D | sbp_target.c | 1237 if (target_submit_cmd(&req->se_cmd, sess->se_sess, req->cmd_buf, in sbp_handle_command()
|
/linux-4.1.27/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 1731 rc = target_submit_cmd(cmd, ch->sess, srp_cmd->cdb, in srpt_handle_cmd()
|