Searched refs:efx_tests (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/sfc/ |
D | ethtool_common.c | 141 struct efx_self_tests *efx_tests; in efx_ethtool_self_test() local 145 efx_tests = kzalloc(sizeof(*efx_tests), GFP_KERNEL); in efx_ethtool_self_test() 146 if (!efx_tests) in efx_ethtool_self_test() 168 rc = efx_selftest(efx, efx_tests, test->flags); in efx_ethtool_self_test() 178 efx_ethtool_fill_self_tests(efx, efx_tests, NULL, data); in efx_ethtool_self_test() 179 kfree(efx_tests); in efx_ethtool_self_test()
|
/Linux-v6.1/drivers/net/ethernet/sfc/siena/ |
D | ethtool_common.c | 354 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()
|