Searched refs:test_chip (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | selftest.c | 740 if (efx->type->test_chip) { in efx_siena_selftest() 741 rc_reset = efx->type->test_chip(efx, tests); in efx_siena_selftest()
|
| H A D | net_driver.h | 1331 int (*test_chip)(struct efx_nic *efx, struct efx_self_tests *tests); member
|
| H A D | siena.c | 1015 .test_chip = siena_test_chip,
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | selftest.c | 742 if (efx->type->test_chip) { in ef4_selftest() 743 rc_reset = efx->type->test_chip(efx, tests); in ef4_selftest()
|
| H A D | net_driver.h | 1075 int (*test_chip)(struct ef4_nic *efx, struct ef4_self_tests *tests); member
|
| H A D | falcon.c | 2839 .test_chip = falcon_b0_test_chip,
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | selftest.c | 735 if (efx->type->test_chip) { in efx_selftest() 736 rc_reset = efx->type->test_chip(efx, tests); in efx_selftest()
|
| H A D | net_driver.h | 1432 int (*test_chip)(struct efx_nic *efx, struct efx_self_tests *tests); member
|
| H A D | ef10.c | 4202 .test_chip = efx_ef10_test_chip, 4338 .test_chip = efx_ef10_test_chip,
|