Home
last modified time | relevance | path

Searched refs:test_alive (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Dselftest.c100 if (efx->phy_op->test_alive) { in ef4_test_phy_alive()
101 rc = efx->phy_op->test_alive(efx); in ef4_test_phy_alive()
Dtenxpress.c488 .test_alive = ef4_mdio_test_alive,
Dqt202x_phy.c490 .test_alive = ef4_mdio_test_alive,
Dtxc43128_phy.c555 .test_alive = ef4_mdio_test_alive,
Dnet_driver.h580 int (*test_alive) (struct ef4_nic *efx); member
/Linux-v5.4/drivers/net/ethernet/sfc/
Dselftest.c100 if (efx->phy_op->test_alive) { in efx_test_phy_alive()
101 rc = efx->phy_op->test_alive(efx); in efx_test_phy_alive()
Dnet_driver.h656 int (*test_alive) (struct efx_nic *efx); member
Dmcdi_port.c1128 .test_alive = efx_mcdi_phy_test_alive,