Home
last modified time | relevance | path

Searched refs:efx_tests (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/
Dethtool.c523 struct efx_self_tests *efx_tests; in efx_ethtool_self_test() local
527 efx_tests = kzalloc(sizeof(*efx_tests), GFP_KERNEL); in efx_ethtool_self_test()
528 if (!efx_tests) in efx_ethtool_self_test()
550 rc = efx_selftest(efx, efx_tests, test->flags); in efx_ethtool_self_test()
560 efx_ethtool_fill_self_tests(efx, efx_tests, NULL, data); in efx_ethtool_self_test()
561 kfree(efx_tests); in efx_ethtool_self_test()