Lines Matching defs:new_fcport
1099 fc_port_t *fcport, *new_fcport;
1121 new_fcport = qla2x00_alloc_fcport(vha, GFP_KERNEL);
1122 if (new_fcport == NULL)
1129 new_fcport->tgt_id = tgt_id;
1130 rval = qlafx00_fx_disc(vha, new_fcport,
1142 if (memcmp(new_fcport->port_name,
1152 if (fcport->tgt_id == new_fcport->tgt_id &&
1171 "wwpn = %llx.\n", __func__, new_fcport->tgt_id,
1173 wwn_to_u64(new_fcport->node_name),
1175 wwn_to_u64(new_fcport->port_name));
1179 fcport->tgt_id = new_fcport->tgt_id;
1190 qla2x00_free_fcport(new_fcport);
1200 list_add_tail(&new_fcport->list, new_fcports);
1203 new_fcport = qla2x00_alloc_fcport(vha, GFP_KERNEL);
1204 if (new_fcport == NULL)
1208 qla2x00_free_fcport(new_fcport);