test_alive        580 drivers/net/ethernet/sfc/falcon/net_driver.h 	int (*test_alive) (struct ef4_nic *efx);
test_alive        490 drivers/net/ethernet/sfc/falcon/qt202x_phy.c 	.test_alive	 = ef4_mdio_test_alive,
test_alive        100 drivers/net/ethernet/sfc/falcon/selftest.c 	if (efx->phy_op->test_alive) {
test_alive        101 drivers/net/ethernet/sfc/falcon/selftest.c 		rc = efx->phy_op->test_alive(efx);
test_alive        488 drivers/net/ethernet/sfc/falcon/tenxpress.c 	.test_alive	  = ef4_mdio_test_alive,
test_alive        555 drivers/net/ethernet/sfc/falcon/txc43128_phy.c 	.test_alive	= ef4_mdio_test_alive,
test_alive       1128 drivers/net/ethernet/sfc/mcdi_port.c 	.test_alive	= efx_mcdi_phy_test_alive,
test_alive        656 drivers/net/ethernet/sfc/net_driver.h 	int (*test_alive) (struct efx_nic *efx);
test_alive        100 drivers/net/ethernet/sfc/selftest.c 	if (efx->phy_op->test_alive) {
test_alive        101 drivers/net/ethernet/sfc/selftest.c 		rc = efx->phy_op->test_alive(efx);