Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dethtool_common.c132 struct efx_self_tests *efx_tests; in efx_ethtool_self_test() local
136 efx_tests = kzalloc(sizeof(*efx_tests), GFP_KERNEL); in efx_ethtool_self_test()
137 if (!efx_tests) in efx_ethtool_self_test()
159 rc = efx_selftest(efx, efx_tests, test->flags); in efx_ethtool_self_test()
169 efx_ethtool_fill_self_tests(efx, efx_tests, NULL, data); in efx_ethtool_self_test()
170 kfree(efx_tests); in efx_ethtool_self_test()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds