Lines Matching refs:rc2
5534 int rc, rc2; in efx_ef10_vport_set_mac_address() local
5561 rc2 = efx_ef10_vport_add_mac(efx, nic_data->vport_id, mac_old); in efx_ef10_vport_set_mac_address()
5562 if (rc2) { in efx_ef10_vport_set_mac_address()
5570 rc2 = efx_ef10_vadaptor_alloc(efx, nic_data->vport_id); in efx_ef10_vport_set_mac_address()
5571 if (rc2) in efx_ef10_vport_set_mac_address()
5575 rc2 = efx_ef10_filter_table_probe(efx); in efx_ef10_vport_set_mac_address()
5577 if (rc2) in efx_ef10_vport_set_mac_address()
5580 rc2 = efx_net_open(efx->net_dev); in efx_ef10_vport_set_mac_address()
5581 if (rc2) in efx_ef10_vport_set_mac_address()
5593 return rc ? rc : rc2; in efx_ef10_vport_set_mac_address()
6003 int rc, rc2; in efx_ef10_test_chip() local
6020 rc2 = efx_reset_up(efx, RESET_TYPE_WORLD, rc == 0); in efx_ef10_test_chip()
6021 return rc ? rc : rc2; in efx_ef10_test_chip()