Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/falcon/
Dselftest.c731 if (efx->type->test_chip) { in ef4_selftest()
732 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,
/drivers/net/ethernet/sfc/
Dselftest.c729 if (efx->type->test_chip) { in efx_selftest()
730 rc_reset = efx->type->test_chip(efx, tests); in efx_selftest()
Dnet_driver.h1380 int (*test_chip)(struct efx_nic *efx, struct efx_self_tests *tests); member
Dsiena.c1004 .test_chip = siena_test_chip,
Def10.c4143 .test_chip = efx_ef10_test_chip,