Searched refs:new_fcport (Results 1 – 1 of 1) sorted by relevance
1099 fc_port_t *fcport, *new_fcport; in qlafx00_find_all_targets() local1121 new_fcport = qla2x00_alloc_fcport(vha, GFP_KERNEL); in qlafx00_find_all_targets()1122 if (new_fcport == NULL) in qlafx00_find_all_targets()1129 new_fcport->tgt_id = tgt_id; in qlafx00_find_all_targets()1130 rval = qlafx00_fx_disc(vha, new_fcport, in qlafx00_find_all_targets()1142 if (memcmp(new_fcport->port_name, in qlafx00_find_all_targets()1152 if (fcport->tgt_id == new_fcport->tgt_id && in qlafx00_find_all_targets()1171 "wwpn = %llx.\n", __func__, new_fcport->tgt_id, in qlafx00_find_all_targets()1173 wwn_to_u64(new_fcport->node_name), in qlafx00_find_all_targets()1175 wwn_to_u64(new_fcport->port_name)); in qlafx00_find_all_targets()[all …]