Lines Matching refs:new_fcport
1124 fc_port_t *fcport, *new_fcport; in qlafx00_find_all_targets() local
1146 new_fcport = qla2x00_alloc_fcport(vha, GFP_KERNEL); in qlafx00_find_all_targets()
1147 if (new_fcport == NULL) in qlafx00_find_all_targets()
1154 new_fcport->tgt_id = tgt_id; in qlafx00_find_all_targets()
1155 rval = qlafx00_fx_disc(vha, new_fcport, in qlafx00_find_all_targets()
1167 if (memcmp(new_fcport->port_name, in qlafx00_find_all_targets()
1177 if (fcport->tgt_id == new_fcport->tgt_id && in qlafx00_find_all_targets()
1196 "wwpn = %llx.\n", __func__, new_fcport->tgt_id, in qlafx00_find_all_targets()
1198 wwn_to_u64(new_fcport->node_name), in qlafx00_find_all_targets()
1200 wwn_to_u64(new_fcport->port_name)); in qlafx00_find_all_targets()
1204 fcport->tgt_id = new_fcport->tgt_id; in qlafx00_find_all_targets()
1215 kfree(new_fcport); in qlafx00_find_all_targets()
1225 list_add_tail(&new_fcport->list, new_fcports); in qlafx00_find_all_targets()
1228 new_fcport = qla2x00_alloc_fcport(vha, GFP_KERNEL); in qlafx00_find_all_targets()
1229 if (new_fcport == NULL) in qlafx00_find_all_targets()
1233 kfree(new_fcport); in qlafx00_find_all_targets()