Lines Matching full:nexus
1025 * Do the logic to close the I_T nexus. This function may not
2208 struct ibmvscsis_nexus *nexus;
2217 nexus = kzalloc(sizeof(*nexus), GFP_KERNEL);
2218 if (!nexus) {
2223 nexus->se_sess = target_setup_session(&tport->se_tpg, 0, 0,
2224 TARGET_PROT_NORMAL, name, nexus,
2226 if (IS_ERR(nexus->se_sess)) {
2227 rc = PTR_ERR(nexus->se_sess);
2231 tport->ibmv_nexus = nexus;
2236 kfree(nexus);
2243 struct ibmvscsis_nexus *nexus;
2245 nexus = tport->ibmv_nexus;
2246 if (!nexus)
2249 se_sess = nexus->se_sess;
2254 * Release the SCSI I_T Nexus to the emulated ibmvscsis Target Port
2258 kfree(nexus);
2335 * ibmvscsis_srp_i_logout() - Helper Function to close I_T Nexus
2340 * Do the logic to close the I_T nexus. This function may not
2667 struct ibmvscsis_nexus *nexus;
2672 nexus = vscsi->tport.ibmv_nexus;
2725 target_submit_cmd(&cmd->se_cmd, nexus->se_sess, srp->cdb,
2756 struct ibmvscsis_nexus *nexus;
2758 nexus = vscsi->tport.ibmv_nexus;
2799 rc = target_submit_tmr(&cmd->se_cmd, nexus->se_sess, NULL,
3894 * Release the virtual I_T Nexus for this ibmvscsis TPG