Searched refs:efx_ethtool_fill_self_tests (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/drivers/net/ethernet/sfc/ |
D | ethtool_common.h | 24 int efx_ethtool_fill_self_tests(struct efx_nic *efx,
|
D | ethtool_common.c | 169 efx_ethtool_fill_self_tests(efx, efx_tests, NULL, data); in efx_ethtool_self_test() 343 int efx_ethtool_fill_self_tests(struct efx_nic *efx, in efx_ethtool_fill_self_tests() function 451 return efx_ethtool_fill_self_tests(efx, NULL, NULL, NULL); in efx_ethtool_get_sset_count() 472 efx_ethtool_fill_self_tests(efx, NULL, strings, NULL); in efx_ethtool_get_strings()
|
/linux-6.14.4/drivers/net/ethernet/sfc/siena/ |
D | ethtool_common.c | 295 static int efx_ethtool_fill_self_tests(struct efx_nic *efx, in efx_ethtool_fill_self_tests() function 391 efx_ethtool_fill_self_tests(efx, efx_tests, NULL, data); in efx_siena_ethtool_self_test() 451 return efx_ethtool_fill_self_tests(efx, NULL, NULL, NULL); in efx_siena_ethtool_get_sset_count() 472 efx_ethtool_fill_self_tests(efx, NULL, strings, NULL); in efx_siena_ethtool_get_strings()
|