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