Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dselftest.c741 if (efx->type->test_chip) { in efx_siena_selftest()
742 rc_reset = efx->type->test_chip(efx, tests); in efx_siena_selftest()
H A Dnet_driver.h1184 * @test_chip: Test registers. May use efx_farch_test_registers(), and is
1331 int (*test_chip)(struct efx_nic *efx, struct efx_self_tests *tests); member
H A Dsiena.c1015 .test_chip = siena_test_chip,
/linux/drivers/net/ethernet/sfc/falcon/
H A Dselftest.c743 if (efx->type->test_chip) { in ef4_selftest()
744 rc_reset = efx->type->test_chip(efx, tests); in ef4_selftest()
H A Dnet_driver.h963 * @test_chip: Test registers. May use ef4_farch_test_registers(), and is
1075 int (*test_chip)(struct ef4_nic *efx, struct ef4_self_tests *tests); member
H A Dfalcon.c2839 .test_chip = falcon_b0_test_chip,
/linux/drivers/net/ethernet/sfc/
H A Dnet_driver.h1282 * @test_chip: Test registers. This is expected to reset the NIC.
1432 int (*test_chip)(struct efx_nic *efx, struct efx_self_tests *tests); member
H A Def10.c4202 .test_chip = efx_ef10_test_chip,
4338 .test_chip = efx_ef10_test_chip,