sfc: Remove static PHY data and enumerations
New NICs have firmware managing the PHY, and we will discover the PHY capabilities at run-time. Replace the static data with probe() and test_name() operations. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
e58f69f408
commit
c1c4f453b6
@@ -100,7 +100,7 @@ static int efx_test_mdio(struct efx_nic *efx, struct efx_self_tests *tests)
|
||||
}
|
||||
|
||||
if (EFX_IS10G(efx)) {
|
||||
rc = efx_mdio_check_mmds(efx, efx->phy_op->mmds, 0);
|
||||
rc = efx_mdio_check_mmds(efx, efx->mdio.mmds, 0);
|
||||
if (rc)
|
||||
goto out;
|
||||
}
|
||||
@@ -253,9 +253,6 @@ static int efx_test_phy(struct efx_nic *efx, struct efx_self_tests *tests,
|
||||
if (!efx->phy_op->run_tests)
|
||||
return 0;
|
||||
|
||||
EFX_BUG_ON_PARANOID(efx->phy_op->num_tests == 0 ||
|
||||
efx->phy_op->num_tests > EFX_MAX_PHY_TESTS);
|
||||
|
||||
mutex_lock(&efx->mac_lock);
|
||||
rc = efx->phy_op->run_tests(efx, tests->phy, flags);
|
||||
mutex_unlock(&efx->mac_lock);
|
||||
|
Reference in New Issue
Block a user