Searched refs:test_alive (Results 1 – 8 of 8) sorted by relevance
100 if (efx->phy_op->test_alive) { in ef4_test_phy_alive()101 rc = efx->phy_op->test_alive(efx); in ef4_test_phy_alive()
488 .test_alive = ef4_mdio_test_alive,
490 .test_alive = ef4_mdio_test_alive,
555 .test_alive = ef4_mdio_test_alive,
580 int (*test_alive) (struct ef4_nic *efx); member
100 if (efx->phy_op->test_alive) { in efx_test_phy_alive()101 rc = efx->phy_op->test_alive(efx); in efx_test_phy_alive()
656 int (*test_alive) (struct efx_nic *efx); member
1128 .test_alive = efx_mcdi_phy_test_alive,