Searched refs:efx_self_tests (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/ethernet/sfc/ |
H A D | selftest.h | 30 struct efx_self_tests { struct 46 int efx_selftest(struct efx_nic *efx, struct efx_self_tests *tests, argument
|
H A D | ethtool_common.h | 25 struct efx_self_tests *tests,
|
H A D | net_driver.h | 108 struct efx_self_tests; 1432 int (*test_chip)(struct efx_nic *efx, struct efx_self_tests *tests);
|
H A D | ethtool_common.c | 132 struct efx_self_tests *efx_tests; in efx_ethtool_self_test() 344 struct efx_self_tests *tests, in efx_ethtool_fill_self_tests()
|
H A D | ef10.c | 3443 efx_ef10_test_chip(struct efx_nic *efx, struct efx_self_tests *tests) in efx_ef10_test_chip()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | selftest.h | 30 struct efx_self_tests { struct 46 int efx_siena_selftest(struct efx_nic *efx, struct efx_self_tests *tests, argument
|
H A D | selftest.c | 104 static int efx_test_phy_alive(struct efx_nic *efx, struct efx_self_tests *tests) in efx_test_phy_alive() 114 static int efx_test_nvram(struct efx_nic *efx, struct efx_self_tests *tests) in efx_test_nvram() 137 struct efx_self_tests *tests) in efx_test_interrupts() 179 struct efx_self_tests *tests) in efx_test_eventq_irq() 259 static int efx_test_phy(struct efx_nic *efx, struct efx_self_tests *tests, in efx_test_phy() 623 static int efx_test_loopbacks(struct efx_nic *efx, struct efx_self_tests *tests, in efx_test_loopbacks() 699 int efx_siena_selftest(struct efx_nic *efx, struct efx_self_tests *tests, in efx_siena_selftest()
|
H A D | net_driver.h | 108 struct efx_self_tests; 1331 int (*test_chip)(struct efx_nic *efx, struct efx_self_tests *tests);
|
H A D | siena.c | 100 static int siena_test_chip(struct efx_nic *efx, struct efx_self_tests *tests) in siena_test_chip()
|