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

/linux-master/drivers/net/ethernet/sfc/siena/
H A Dselftest.c741 if (efx->type->test_chip) {
742 rc_reset = efx->type->test_chip(efx, tests);
H A Dsiena.c1015 .test_chip = siena_test_chip,
H A Dnet_driver.h1193 * @test_chip: Test registers. May use efx_farch_test_registers(), and is
1344 int (*test_chip)(struct efx_nic *efx, struct efx_self_tests *tests); member in struct:efx_nic_type
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dselftest.c743 if (efx->type->test_chip) {
744 rc_reset = efx->type->test_chip(efx, tests);
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 in struct:ef4_nic_type
H A Dfalcon.c2839 .test_chip = falcon_b0_test_chip,
/linux-master/drivers/net/ethernet/sfc/
H A Dselftest.c736 if (efx->type->test_chip) {
737 rc_reset = efx->type->test_chip(efx, tests);
H A Dnet_driver.h1245 * @test_chip: Test registers. This is expected to reset the NIC.
1393 int (*test_chip)(struct efx_nic *efx, struct efx_self_tests *tests); member in struct:efx_nic_type
H A Def10.c4200 .test_chip = efx_ef10_test_chip,

Completed in 171 milliseconds