Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Dethtool.c508 struct efx_self_tests *efx_tests; in efx_ethtool_self_test() local
512 efx_tests = kzalloc(sizeof(*efx_tests), GFP_KERNEL); in efx_ethtool_self_test()
513 if (!efx_tests) in efx_ethtool_self_test()
535 rc = efx_selftest(efx, efx_tests, test->flags); in efx_ethtool_self_test()
545 efx_ethtool_fill_self_tests(efx, efx_tests, NULL, data); in efx_ethtool_self_test()
546 kfree(efx_tests); in efx_ethtool_self_test()