Lines Matching refs:rc2
3190 int rc, rc2; in efx_ef10_vport_set_mac_address() local
3217 rc2 = efx_ef10_vport_add_mac(efx, efx->vport_id, mac_old); in efx_ef10_vport_set_mac_address()
3218 if (rc2) { in efx_ef10_vport_set_mac_address()
3226 rc2 = efx_ef10_vadaptor_alloc(efx, efx->vport_id); in efx_ef10_vport_set_mac_address()
3227 if (rc2) in efx_ef10_vport_set_mac_address()
3231 rc2 = efx_ef10_filter_table_probe(efx); in efx_ef10_vport_set_mac_address()
3233 if (rc2) in efx_ef10_vport_set_mac_address()
3236 rc2 = efx_net_open(efx->net_dev); in efx_ef10_vport_set_mac_address()
3237 if (rc2) in efx_ef10_vport_set_mac_address()
3249 return rc ? rc : rc2; in efx_ef10_vport_set_mac_address()
3396 int rc, rc2; in efx_ef10_test_chip() local
3413 rc2 = efx_reset_up(efx, RESET_TYPE_WORLD, rc == 0); in efx_ef10_test_chip()
3414 return rc ? rc : rc2; in efx_ef10_test_chip()