Lines Matching full:nexus
143 /* Pointer to TCM session for I_T Nexus */
161 /* track number of TPG Port/Lun Links wrt explicit I_T Nexus shutdown */
169 /* Pointer to the TCM pvscsi I_T Nexus for this TPG endpoint */
596 struct scsiback_nexus *nexus = tpg->tpg_nexus; in scsiback_device_action() local
603 rc = target_submit_tmr(&pending_req->se_cmd, nexus->tvn_se_sess, in scsiback_device_action()
653 struct scsiback_nexus *nexus = tpg->tpg_nexus; in scsiback_get_pend_req() local
654 struct se_session *se_sess = nexus->tvn_se_sess; in scsiback_get_pend_req()
929 error = "nexus undefined"; in scsiback_add_translation_entry()
1573 pr_err("Unable to remove xen-pvscsi I_T Nexus with active TPG port count: %d\n", in scsiback_drop_nexus()
1580 pr_err("Unable to remove xen-pvscsi I_T Nexus with active TPG frontend count: %d\n", in scsiback_drop_nexus()
1585 pr_debug("Removing I_T Nexus to emulated %s Initiator Port: %s\n", in scsiback_drop_nexus()
1590 * Release the SCSI I_T Nexus to the emulated xen-pvscsi Target Port in scsiback_drop_nexus()
1631 * Shutdown the active I_T nexus if 'NULL' is passed. in scsiback_tpg_nexus_store()
1696 CONFIGFS_ATTR(scsiback_tpg_, nexus);
1794 * Release the virtual I_T Nexus for this xen-pvscsi TPG in scsiback_drop_tpg()