Searched refs:efx_self_tests (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | selftest.h | 33 struct efx_self_tests { struct 49 int efx_selftest(struct efx_nic *efx, struct efx_self_tests *tests, argument
|
D | selftest.c | 99 static int efx_test_phy_alive(struct efx_nic *efx, struct efx_self_tests *tests) in efx_test_phy_alive() 111 static int efx_test_nvram(struct efx_nic *efx, struct efx_self_tests *tests) in efx_test_nvram() 131 struct efx_self_tests *tests) in efx_test_interrupts() 165 struct efx_self_tests *tests) in efx_test_eventq_irq() 245 static int efx_test_phy(struct efx_nic *efx, struct efx_self_tests *tests, in efx_test_phy() 600 static int efx_test_loopbacks(struct efx_nic *efx, struct efx_self_tests *tests, in efx_test_loopbacks() 673 int efx_selftest(struct efx_nic *efx, struct efx_self_tests *tests, in efx_selftest()
|
D | net_driver.h | 97 struct efx_self_tests; 1264 int (*test_chip)(struct efx_nic *efx, struct efx_self_tests *tests);
|
D | ethtool.c | 303 struct efx_self_tests *tests, in efx_ethtool_fill_self_tests() 508 struct efx_self_tests *efx_tests; in efx_ethtool_self_test()
|
D | siena.c | 94 static int siena_test_chip(struct efx_nic *efx, struct efx_self_tests *tests) in siena_test_chip()
|
D | falcon.c | 1881 falcon_b0_test_chip(struct efx_nic *efx, struct efx_self_tests *tests) in falcon_b0_test_chip()
|
D | ef10.c | 3352 efx_ef10_test_chip(struct efx_nic *efx, struct efx_self_tests *tests) in efx_ef10_test_chip()
|