Lines Matching refs:new_fcport
1121 fc_port_t *fcport, *new_fcport; in qlafx00_find_all_targets() local
1143 new_fcport = qla2x00_alloc_fcport(vha, GFP_KERNEL); in qlafx00_find_all_targets()
1144 if (new_fcport == NULL) in qlafx00_find_all_targets()
1151 new_fcport->tgt_id = tgt_id; in qlafx00_find_all_targets()
1152 rval = qlafx00_fx_disc(vha, new_fcport, in qlafx00_find_all_targets()
1164 if (memcmp(new_fcport->port_name, in qlafx00_find_all_targets()
1174 if (fcport->tgt_id == new_fcport->tgt_id && in qlafx00_find_all_targets()
1193 "wwpn = %llx.\n", __func__, new_fcport->tgt_id, in qlafx00_find_all_targets()
1195 wwn_to_u64(new_fcport->node_name), in qlafx00_find_all_targets()
1197 wwn_to_u64(new_fcport->port_name)); in qlafx00_find_all_targets()
1201 fcport->tgt_id = new_fcport->tgt_id; in qlafx00_find_all_targets()
1212 kfree(new_fcport); in qlafx00_find_all_targets()
1222 list_add_tail(&new_fcport->list, new_fcports); in qlafx00_find_all_targets()
1225 new_fcport = qla2x00_alloc_fcport(vha, GFP_KERNEL); in qlafx00_find_all_targets()
1226 if (new_fcport == NULL) in qlafx00_find_all_targets()
1230 kfree(new_fcport); in qlafx00_find_all_targets()