tv_nexus         1040 drivers/usb/gadget/function/f_tcm.c 	struct tcm_usbg_nexus *tv_nexus;
tv_nexus         1046 drivers/usb/gadget/function/f_tcm.c 	tv_nexus = tpg->tpg_nexus;
tv_nexus         1050 drivers/usb/gadget/function/f_tcm.c 				tv_nexus->tvn_se_sess->se_tpg->se_tpg_tfo,
tv_nexus         1051 drivers/usb/gadget/function/f_tcm.c 				tv_nexus->tvn_se_sess, cmd->data_len, DMA_NONE,
tv_nexus         1056 drivers/usb/gadget/function/f_tcm.c 	if (target_submit_cmd(se_cmd, tv_nexus->tvn_se_sess, cmd->cmd_buf,
tv_nexus         1070 drivers/usb/gadget/function/f_tcm.c 		struct tcm_usbg_nexus *tv_nexus, u32 scsi_tag)
tv_nexus         1072 drivers/usb/gadget/function/f_tcm.c 	struct se_session *se_sess = tv_nexus->tvn_se_sess;
tv_nexus         1098 drivers/usb/gadget/function/f_tcm.c 	struct tcm_usbg_nexus *tv_nexus;
tv_nexus         1107 drivers/usb/gadget/function/f_tcm.c 	tv_nexus = tpg->tpg_nexus;
tv_nexus         1108 drivers/usb/gadget/function/f_tcm.c 	if (!tv_nexus) {
tv_nexus         1118 drivers/usb/gadget/function/f_tcm.c 	cmd = usbg_get_cmd(fu, tv_nexus, scsi_tag);
tv_nexus         1170 drivers/usb/gadget/function/f_tcm.c 	struct tcm_usbg_nexus *tv_nexus;
tv_nexus         1176 drivers/usb/gadget/function/f_tcm.c 	tv_nexus = tpg->tpg_nexus;
tv_nexus         1180 drivers/usb/gadget/function/f_tcm.c 				tv_nexus->tvn_se_sess->se_tpg->se_tpg_tfo,
tv_nexus         1181 drivers/usb/gadget/function/f_tcm.c 				tv_nexus->tvn_se_sess, cmd->data_len, DMA_NONE,
tv_nexus         1186 drivers/usb/gadget/function/f_tcm.c 	if (target_submit_cmd(se_cmd, tv_nexus->tvn_se_sess,
tv_nexus         1205 drivers/usb/gadget/function/f_tcm.c 	struct tcm_usbg_nexus *tv_nexus;
tv_nexus         1221 drivers/usb/gadget/function/f_tcm.c 	tv_nexus = tpg->tpg_nexus;
tv_nexus         1222 drivers/usb/gadget/function/f_tcm.c 	if (!tv_nexus) {
tv_nexus         1227 drivers/usb/gadget/function/f_tcm.c 	cmd = usbg_get_cmd(fu, tv_nexus, cbw->Tag);
tv_nexus         1538 drivers/usb/gadget/function/f_tcm.c 	struct tcm_usbg_nexus *tv_nexus;
tv_nexus         1542 drivers/usb/gadget/function/f_tcm.c 	tv_nexus = tpg->tpg_nexus;
tv_nexus         1543 drivers/usb/gadget/function/f_tcm.c 	if (!tv_nexus) {
tv_nexus         1548 drivers/usb/gadget/function/f_tcm.c 			tv_nexus->tvn_se_sess->se_node_acl->initiatorname);
tv_nexus         1566 drivers/usb/gadget/function/f_tcm.c 	struct tcm_usbg_nexus *tv_nexus;
tv_nexus         1576 drivers/usb/gadget/function/f_tcm.c 	tv_nexus = kzalloc(sizeof(*tv_nexus), GFP_KERNEL);
tv_nexus         1577 drivers/usb/gadget/function/f_tcm.c 	if (!tv_nexus) {
tv_nexus         1582 drivers/usb/gadget/function/f_tcm.c 	tv_nexus->tvn_se_sess = target_setup_session(&tpg->se_tpg,
tv_nexus         1586 drivers/usb/gadget/function/f_tcm.c 						     tv_nexus, usbg_alloc_sess_cb);
tv_nexus         1587 drivers/usb/gadget/function/f_tcm.c 	if (IS_ERR(tv_nexus->tvn_se_sess)) {
tv_nexus         1591 drivers/usb/gadget/function/f_tcm.c 		ret = PTR_ERR(tv_nexus->tvn_se_sess);
tv_nexus         1592 drivers/usb/gadget/function/f_tcm.c 		kfree(tv_nexus);
tv_nexus         1603 drivers/usb/gadget/function/f_tcm.c 	struct tcm_usbg_nexus *tv_nexus;
tv_nexus         1607 drivers/usb/gadget/function/f_tcm.c 	tv_nexus = tpg->tpg_nexus;
tv_nexus         1608 drivers/usb/gadget/function/f_tcm.c 	if (!tv_nexus)
tv_nexus         1611 drivers/usb/gadget/function/f_tcm.c 	se_sess = tv_nexus->tvn_se_sess;
tv_nexus         1624 drivers/usb/gadget/function/f_tcm.c 			tv_nexus->tvn_se_sess->se_node_acl->initiatorname);
tv_nexus         1631 drivers/usb/gadget/function/f_tcm.c 	kfree(tv_nexus);
tv_nexus          574 drivers/vhost/scsi.c 	struct vhost_scsi_nexus *tv_nexus;
tv_nexus          580 drivers/vhost/scsi.c 	tv_nexus = tpg->tpg_nexus;
tv_nexus          581 drivers/vhost/scsi.c 	if (!tv_nexus) {
tv_nexus          585 drivers/vhost/scsi.c 	se_sess = tv_nexus->tvn_se_sess;
tv_nexus          608 drivers/vhost/scsi.c 	cmd->tvc_nexus = tv_nexus;
tv_nexus          760 drivers/vhost/scsi.c 	struct vhost_scsi_nexus *tv_nexus;
tv_nexus          776 drivers/vhost/scsi.c 	tv_nexus = cmd->tvc_nexus;
tv_nexus          779 drivers/vhost/scsi.c 	rc = target_submit_cmd_map_sgls(se_cmd, tv_nexus->tvn_se_sess,
tv_nexus         1953 drivers/vhost/scsi.c 	struct vhost_scsi_nexus *tv_nexus;
tv_nexus         1962 drivers/vhost/scsi.c 	tv_nexus = kzalloc(sizeof(*tv_nexus), GFP_KERNEL);
tv_nexus         1963 drivers/vhost/scsi.c 	if (!tv_nexus) {
tv_nexus         1973 drivers/vhost/scsi.c 	tv_nexus->tvn_se_sess = target_setup_session(&tpg->se_tpg,
tv_nexus         1977 drivers/vhost/scsi.c 					(unsigned char *)name, tv_nexus,
tv_nexus         1979 drivers/vhost/scsi.c 	if (IS_ERR(tv_nexus->tvn_se_sess)) {
tv_nexus         1981 drivers/vhost/scsi.c 		kfree(tv_nexus);
tv_nexus         1984 drivers/vhost/scsi.c 	tpg->tpg_nexus = tv_nexus;
tv_nexus         1993 drivers/vhost/scsi.c 	struct vhost_scsi_nexus *tv_nexus;
tv_nexus         1996 drivers/vhost/scsi.c 	tv_nexus = tpg->tpg_nexus;
tv_nexus         1997 drivers/vhost/scsi.c 	if (!tv_nexus) {
tv_nexus         2002 drivers/vhost/scsi.c 	se_sess = tv_nexus->tvn_se_sess;
tv_nexus         2026 drivers/vhost/scsi.c 		tv_nexus->tvn_se_sess->se_node_acl->initiatorname);
tv_nexus         2036 drivers/vhost/scsi.c 	kfree(tv_nexus);
tv_nexus         2045 drivers/vhost/scsi.c 	struct vhost_scsi_nexus *tv_nexus;
tv_nexus         2049 drivers/vhost/scsi.c 	tv_nexus = tpg->tpg_nexus;
tv_nexus         2050 drivers/vhost/scsi.c 	if (!tv_nexus) {
tv_nexus         2055 drivers/vhost/scsi.c 			tv_nexus->tvn_se_sess->se_node_acl->initiatorname);
tv_nexus         1513 drivers/xen/xen-scsiback.c 	struct scsiback_nexus *tv_nexus;
tv_nexus         1523 drivers/xen/xen-scsiback.c 	tv_nexus = kzalloc(sizeof(struct scsiback_nexus), GFP_KERNEL);
tv_nexus         1524 drivers/xen/xen-scsiback.c 	if (!tv_nexus) {
tv_nexus         1529 drivers/xen/xen-scsiback.c 	tv_nexus->tvn_se_sess = target_setup_session(&tpg->se_tpg,
tv_nexus         1533 drivers/xen/xen-scsiback.c 						     tv_nexus, scsiback_alloc_sess_cb);
tv_nexus         1534 drivers/xen/xen-scsiback.c 	if (IS_ERR(tv_nexus->tvn_se_sess)) {
tv_nexus         1535 drivers/xen/xen-scsiback.c 		kfree(tv_nexus);
tv_nexus         1548 drivers/xen/xen-scsiback.c 	struct scsiback_nexus *tv_nexus;
tv_nexus         1551 drivers/xen/xen-scsiback.c 	tv_nexus = tpg->tpg_nexus;
tv_nexus         1552 drivers/xen/xen-scsiback.c 	if (!tv_nexus) {
tv_nexus         1557 drivers/xen/xen-scsiback.c 	se_sess = tv_nexus->tvn_se_sess;
tv_nexus         1579 drivers/xen/xen-scsiback.c 		tv_nexus->tvn_se_sess->se_node_acl->initiatorname);
tv_nexus         1588 drivers/xen/xen-scsiback.c 	kfree(tv_nexus);
tv_nexus         1597 drivers/xen/xen-scsiback.c 	struct scsiback_nexus *tv_nexus;
tv_nexus         1601 drivers/xen/xen-scsiback.c 	tv_nexus = tpg->tpg_nexus;
tv_nexus         1602 drivers/xen/xen-scsiback.c 	if (!tv_nexus) {
tv_nexus         1607 drivers/xen/xen-scsiback.c 			tv_nexus->tvn_se_sess->se_node_acl->initiatorname);