Lines Matching refs:strings
266 static void efx_fill_test(unsigned int test_index, u8 *strings, u64 *data, in efx_fill_test() argument
277 if (strings) { in efx_fill_test()
284 snprintf(strings + test_index * ETH_GSTRING_LEN, in efx_fill_test()
311 u8 *strings, u64 *data) in efx_fill_loopback_test() argument
318 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
322 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
327 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
331 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
354 u8 *strings, u64 *data) in efx_ethtool_fill_self_tests() argument
360 efx_fill_test(n++, strings, data, &tests->phy_alive, in efx_ethtool_fill_self_tests()
362 efx_fill_test(n++, strings, data, &tests->nvram, in efx_ethtool_fill_self_tests()
364 efx_fill_test(n++, strings, data, &tests->interrupt, in efx_ethtool_fill_self_tests()
369 efx_fill_test(n++, strings, data, in efx_ethtool_fill_self_tests()
373 efx_fill_test(n++, strings, data, in efx_ethtool_fill_self_tests()
379 efx_fill_test(n++, strings, data, &tests->memory, in efx_ethtool_fill_self_tests()
381 efx_fill_test(n++, strings, data, &tests->registers, in efx_ethtool_fill_self_tests()
392 efx_fill_test(n++, strings, data, &tests->phy_ext[i], "phy", 0, name, NULL); in efx_ethtool_fill_self_tests()
401 strings, data); in efx_ethtool_fill_self_tests()
407 static size_t efx_describe_per_queue_stats(struct efx_nic *efx, u8 *strings) in efx_describe_per_queue_stats() argument
415 if (strings != NULL) { in efx_describe_per_queue_stats()
416 snprintf(strings, ETH_GSTRING_LEN, in efx_describe_per_queue_stats()
421 strings += ETH_GSTRING_LEN; in efx_describe_per_queue_stats()
428 if (strings != NULL) { in efx_describe_per_queue_stats()
429 snprintf(strings, ETH_GSTRING_LEN, in efx_describe_per_queue_stats()
431 strings += ETH_GSTRING_LEN; in efx_describe_per_queue_stats()
440 if (strings) { in efx_describe_per_queue_stats()
441 snprintf(strings, ETH_GSTRING_LEN, in efx_describe_per_queue_stats()
443 strings += ETH_GSTRING_LEN; in efx_describe_per_queue_stats()
471 u32 string_set, u8 *strings) in efx_ethtool_get_strings() argument
478 strings += (efx->type->describe_stats(efx, strings) * in efx_ethtool_get_strings()
481 strscpy(strings + i * ETH_GSTRING_LEN, in efx_ethtool_get_strings()
483 strings += EFX_ETHTOOL_SW_STAT_COUNT * ETH_GSTRING_LEN; in efx_ethtool_get_strings()
484 strings += (efx_describe_per_queue_stats(efx, strings) * in efx_ethtool_get_strings()
486 efx_ptp_describe_stats(efx, strings); in efx_ethtool_get_strings()
489 efx_ethtool_fill_self_tests(efx, NULL, strings, NULL); in efx_ethtool_get_strings()
493 strscpy(strings + i * ETH_GSTRING_LEN, in efx_ethtool_get_strings()