Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dethtool.c520 struct efx_self_tests *efx_tests; in efx_ethtool_self_test() local
524 efx_tests = kzalloc(sizeof(*efx_tests), GFP_KERNEL); in efx_ethtool_self_test()
525 if (!efx_tests) in efx_ethtool_self_test()
547 rc = efx_selftest(efx, efx_tests, test->flags); in efx_ethtool_self_test()
557 efx_ethtool_fill_self_tests(efx, efx_tests, NULL, data); in efx_ethtool_self_test()
558 kfree(efx_tests); in efx_ethtool_self_test()