Lines Matching defs:fc_loopid
1233 struct tcm_qla2xxx_fc_loopid *fc_loopid;
1244 fc_loopid = lport->lport_loopid_map + loop_id;
1245 se_nacl = fc_loopid->se_nacl;
1274 struct tcm_qla2xxx_fc_loopid *fc_loopid;
1278 fc_loopid = &((struct tcm_qla2xxx_fc_loopid *)
1281 saved_nacl = fc_loopid->se_nacl;
1283 pr_debug("Setting up new fc_loopid->se_nacl to new_se_nacl\n");
1284 fc_loopid->se_nacl = new_se_nacl;
1294 pr_debug("Clearing nacl->fc_port and fc_loopid->se_nacl\n");
1295 fc_loopid->se_nacl = NULL;
1300 pr_debug("Replacing existing nacl->fc_port and fc_loopid->se_nacl\n");
1301 fc_loopid->se_nacl = new_se_nacl;
1310 pr_debug("Clearing fc_loopid->se_nacl\n");
1311 fc_loopid->se_nacl = NULL;
1315 pr_debug("Replacing existing fc_loopid->se_nacl w/o active nacl->fc_port\n");
1316 fc_loopid->se_nacl = new_se_nacl;