Home
last modified time | relevance | path

Searched refs:test_chip (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/sfc/falcon/
Dselftest.c743 if (efx->type->test_chip) { in ef4_selftest()
744 rc_reset = efx->type->test_chip(efx, tests); in ef4_selftest()
Dnet_driver.h1075 int (*test_chip)(struct ef4_nic *efx, struct ef4_self_tests *tests); member
Dfalcon.c2839 .test_chip = falcon_b0_test_chip,
/Linux-v6.6/drivers/net/ethernet/sfc/
Dselftest.c736 if (efx->type->test_chip) { in efx_selftest()
737 rc_reset = efx->type->test_chip(efx, tests); in efx_selftest()
Dnet_driver.h1393 int (*test_chip)(struct efx_nic *efx, struct efx_self_tests *tests); member
Def10.c4200 .test_chip = efx_ef10_test_chip,
/Linux-v6.6/drivers/net/ethernet/sfc/siena/
Dselftest.c741 if (efx->type->test_chip) { in efx_siena_selftest()
742 rc_reset = efx->type->test_chip(efx, tests); in efx_siena_selftest()
Dnet_driver.h1344 int (*test_chip)(struct efx_nic *efx, struct efx_self_tests *tests); member
Dsiena.c1015 .test_chip = siena_test_chip,