Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c354 struct efx_self_tests *efx_tests; in efx_siena_ethtool_self_test() local
358 efx_tests = kzalloc(sizeof(*efx_tests), GFP_KERNEL); in efx_siena_ethtool_self_test()
359 if (!efx_tests) in efx_siena_ethtool_self_test()
381 rc = efx_siena_selftest(efx, efx_tests, test->flags); in efx_siena_ethtool_self_test()
391 efx_ethtool_fill_self_tests(efx, efx_tests, NULL, data); in efx_siena_ethtool_self_test()
392 kfree(efx_tests); in efx_siena_ethtool_self_test()
/linux/drivers/net/ethernet/sfc/
H A Dethtool_common.c133 struct efx_self_tests *efx_tests; in efx_ethtool_self_test() local
137 efx_tests = kzalloc(sizeof(*efx_tests), GFP_KERNEL); in efx_ethtool_self_test()
138 if (!efx_tests) in efx_ethtool_self_test()
160 rc = efx_selftest(efx, efx_tests, test->flags); in efx_ethtool_self_test()
170 efx_ethtool_fill_self_tests(efx, efx_tests, NULL, data); in efx_ethtool_self_test()
171 kfree(efx_tests); in efx_ethtool_self_test()