Lines Matching defs:rc2
566 int rc = 0, rc2 = 0;
631 rc2 = efx_ef10_vport_add_mac(efx, vf->vport_id, vf->mac);
632 if (rc2) {
639 rc2 = efx_ef10_evb_port_assign(efx, vf->vport_id, vf_i);
640 if (rc2)
647 rc2 = efx_ef10_vadaptor_alloc(vf->efx, EVB_PORT_ID_ASSIGNED);
648 if (rc2)
654 rc2 = vf->efx->type->filter_table_probe(vf->efx);
655 if (rc2)
661 rc2 = efx_net_open(vf->efx->net_dev);
662 if (rc2)
687 return rc ? rc : rc2;