Lines Matching full:nexus
148 /* Pointer to TCM session for I_T Nexus */
155 /* Used to track number of TPG Port/Lun Links wrt to explicit I_T Nexus shutdown */
165 /* Pointer to the TCM VHost I_T Nexus for this TPG endpoint */
1040 static void vhost_scsi_target_queue_cmd(struct vhost_scsi_nexus *nexus, in vhost_scsi_target_queue_cmd() argument
1062 target_init_cmd(se_cmd, nexus->tvn_se_sess, &cmd->tvc_sense_buf[0], in vhost_scsi_target_queue_cmd()
1289 struct vhost_scsi_nexus *nexus; in vhost_scsi_handle_vq() local
1448 nexus = tpg->tpg_nexus; in vhost_scsi_handle_vq()
1449 if (!nexus) { in vhost_scsi_handle_vq()
1499 vhost_scsi_target_queue_cmd(nexus, cmd, cdb, lun, task_attr, in vhost_scsi_handle_vq()
2648 pr_err("Unable to remove TCM_vhost I_T Nexus with" in vhost_scsi_drop_nexus()
2656 pr_err("Unable to remove TCM_vhost I_T Nexus with" in vhost_scsi_drop_nexus()
2662 pr_debug("TCM_vhost_ConfigFS: Removing I_T Nexus to emulated" in vhost_scsi_drop_nexus()
2667 * Release the SCSI I_T Nexus to the emulated vhost Target Port in vhost_scsi_drop_nexus()
2708 * Shutdown the active I_T nexus if 'NULL' is passed.. in vhost_scsi_tpg_nexus_store()
2776 CONFIGFS_ATTR(vhost_scsi_tpg_, nexus);
2829 * Release the virtual I_T Nexus for this vhost TPG in vhost_scsi_drop_tpg()