Lines Matching refs:rc2
3216 int rc, rc2; in efx_ef10_vport_set_mac_address() local
3241 rc2 = efx_ef10_vport_add_mac(efx, efx->vport_id, mac_old); in efx_ef10_vport_set_mac_address()
3242 if (rc2) { in efx_ef10_vport_set_mac_address()
3250 rc2 = efx_ef10_vadaptor_alloc(efx, efx->vport_id); in efx_ef10_vport_set_mac_address()
3251 if (rc2) in efx_ef10_vport_set_mac_address()
3254 rc2 = efx_ef10_filter_table_probe(efx); in efx_ef10_vport_set_mac_address()
3255 if (rc2) in efx_ef10_vport_set_mac_address()
3258 rc2 = efx_net_open(efx->net_dev); in efx_ef10_vport_set_mac_address()
3259 if (rc2) in efx_ef10_vport_set_mac_address()
3271 return rc ? rc : rc2; in efx_ef10_vport_set_mac_address()
3416 int rc, rc2; in efx_ef10_test_chip() local
3433 rc2 = efx_reset_up(efx, RESET_TYPE_WORLD, rc == 0); in efx_ef10_test_chip()
3434 return rc ? rc : rc2; in efx_ef10_test_chip()