Lines Matching refs:new_fcport
1123 fc_port_t *fcport, *new_fcport; in qlafx00_find_all_targets() local
1145 new_fcport = qla2x00_alloc_fcport(vha, GFP_KERNEL); in qlafx00_find_all_targets()
1146 if (new_fcport == NULL) in qlafx00_find_all_targets()
1153 new_fcport->tgt_id = tgt_id; in qlafx00_find_all_targets()
1154 rval = qlafx00_fx_disc(vha, new_fcport, in qlafx00_find_all_targets()
1166 if (memcmp(new_fcport->port_name, in qlafx00_find_all_targets()
1176 if (fcport->tgt_id == new_fcport->tgt_id && in qlafx00_find_all_targets()
1195 "wwpn = %llx.\n", __func__, new_fcport->tgt_id, in qlafx00_find_all_targets()
1197 wwn_to_u64(new_fcport->node_name), in qlafx00_find_all_targets()
1199 wwn_to_u64(new_fcport->port_name)); in qlafx00_find_all_targets()
1203 fcport->tgt_id = new_fcport->tgt_id; in qlafx00_find_all_targets()
1214 kfree(new_fcport); in qlafx00_find_all_targets()
1224 list_add_tail(&new_fcport->list, new_fcports); in qlafx00_find_all_targets()
1227 new_fcport = qla2x00_alloc_fcport(vha, GFP_KERNEL); in qlafx00_find_all_targets()
1228 if (new_fcport == NULL) in qlafx00_find_all_targets()
1232 kfree(new_fcport); in qlafx00_find_all_targets()