Lines Matching defs:fc_loopid
1278 struct tcm_qla2xxx_fc_loopid *fc_loopid;
1289 fc_loopid = lport->lport_loopid_map + loop_id;
1290 se_nacl = fc_loopid->se_nacl;
1319 struct tcm_qla2xxx_fc_loopid *fc_loopid;
1323 fc_loopid = &((struct tcm_qla2xxx_fc_loopid *)
1326 saved_nacl = fc_loopid->se_nacl;
1328 pr_debug("Setting up new fc_loopid->se_nacl to new_se_nacl\n");
1329 fc_loopid->se_nacl = new_se_nacl;
1339 pr_debug("Clearing nacl->fc_port and fc_loopid->se_nacl\n");
1340 fc_loopid->se_nacl = NULL;
1345 pr_debug("Replacing existing nacl->fc_port and fc_loopid->se_nacl\n");
1346 fc_loopid->se_nacl = new_se_nacl;
1355 pr_debug("Clearing fc_loopid->se_nacl\n");
1356 fc_loopid->se_nacl = NULL;
1360 pr_debug("Replacing existing fc_loopid->se_nacl w/o active nacl->fc_port\n");
1361 fc_loopid->se_nacl = new_se_nacl;