Searched refs:ef4_self_tests (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | selftest.h | 33 struct ef4_self_tests { struct 49 int ef4_selftest(struct ef4_nic *efx, struct ef4_self_tests *tests, argument
|
D | selftest.c | 99 static int ef4_test_phy_alive(struct ef4_nic *efx, struct ef4_self_tests *tests) in ef4_test_phy_alive() 111 static int ef4_test_nvram(struct ef4_nic *efx, struct ef4_self_tests *tests) in ef4_test_nvram() 134 struct ef4_self_tests *tests) in ef4_test_interrupts() 176 struct ef4_self_tests *tests) in ef4_test_eventq_irq() 256 static int ef4_test_phy(struct ef4_nic *efx, struct ef4_self_tests *tests, in ef4_test_phy() 616 static int ef4_test_loopbacks(struct ef4_nic *efx, struct ef4_self_tests *tests, in ef4_test_loopbacks() 692 int ef4_selftest(struct ef4_nic *efx, struct ef4_self_tests *tests, in ef4_selftest()
|
D | net_driver.h | 97 struct ef4_self_tests; 1078 int (*test_chip)(struct ef4_nic *efx, struct ef4_self_tests *tests);
|
D | ethtool.c | 300 struct ef4_self_tests *tests, in ef4_ethtool_fill_self_tests() 501 struct ef4_self_tests *ef4_tests; in ef4_ethtool_self_test()
|
D | falcon.c | 1900 falcon_b0_test_chip(struct ef4_nic *efx, struct ef4_self_tests *tests) in falcon_b0_test_chip()
|