Lines Matching defs:nexus
1024 * Do the logic to close the I_T nexus. This function may not
2210 struct ibmvscsis_nexus *nexus;
2219 nexus = kzalloc(sizeof(*nexus), GFP_KERNEL);
2220 if (!nexus) {
2225 nexus->se_sess = target_setup_session(&tport->se_tpg, 0, 0,
2226 TARGET_PROT_NORMAL, name, nexus,
2228 if (IS_ERR(nexus->se_sess)) {
2229 rc = PTR_ERR(nexus->se_sess);
2233 tport->ibmv_nexus = nexus;
2238 kfree(nexus);
2245 struct ibmvscsis_nexus *nexus;
2247 nexus = tport->ibmv_nexus;
2248 if (!nexus)
2251 se_sess = nexus->se_sess;
2260 kfree(nexus);
2342 * Do the logic to close the I_T nexus. This function may not
2669 struct ibmvscsis_nexus *nexus;
2675 nexus = vscsi->tport.ibmv_nexus;
2728 rc = target_submit_cmd(&cmd->se_cmd, nexus->se_sess, srp->cdb,
2767 struct ibmvscsis_nexus *nexus;
2769 nexus = vscsi->tport.ibmv_nexus;
2810 rc = target_submit_tmr(&cmd->se_cmd, nexus->se_sess, NULL,