Lines Matching refs:rc2
4098 int rc, rc2; in efx_ef10_vport_set_mac_address() local
4125 rc2 = efx_ef10_vport_add_mac(efx, nic_data->vport_id, mac_old); in efx_ef10_vport_set_mac_address()
4126 if (rc2) { in efx_ef10_vport_set_mac_address()
4134 rc2 = efx_ef10_vadaptor_alloc(efx, nic_data->vport_id); in efx_ef10_vport_set_mac_address()
4135 if (rc2) in efx_ef10_vport_set_mac_address()
4139 rc2 = efx_ef10_filter_table_probe(efx); in efx_ef10_vport_set_mac_address()
4141 if (rc2) in efx_ef10_vport_set_mac_address()
4144 rc2 = efx_net_open(efx->net_dev); in efx_ef10_vport_set_mac_address()
4145 if (rc2) in efx_ef10_vport_set_mac_address()
4157 return rc ? rc : rc2; in efx_ef10_vport_set_mac_address()
4394 int rc, rc2; in efx_ef10_test_chip() local
4411 rc2 = efx_reset_up(efx, RESET_TYPE_WORLD, rc == 0); in efx_ef10_test_chip()
4412 return rc ? rc : rc2; in efx_ef10_test_chip()