Lines Matching refs:strings
215 static void efx_fill_test(unsigned int test_index, u8 *strings, u64 *data, in efx_fill_test() argument
226 if (strings) { in efx_fill_test()
233 snprintf(strings + test_index * ETH_GSTRING_LEN, in efx_fill_test()
261 u8 *strings, u64 *data) in efx_fill_loopback_test() argument
268 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
272 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
277 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
281 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
304 u8 *strings, u64 *data) in efx_ethtool_fill_self_tests() argument
310 efx_fill_test(n++, strings, data, &tests->phy_alive, in efx_ethtool_fill_self_tests()
312 efx_fill_test(n++, strings, data, &tests->nvram, in efx_ethtool_fill_self_tests()
314 efx_fill_test(n++, strings, data, &tests->interrupt, in efx_ethtool_fill_self_tests()
319 efx_fill_test(n++, strings, data, in efx_ethtool_fill_self_tests()
323 efx_fill_test(n++, strings, data, in efx_ethtool_fill_self_tests()
329 efx_fill_test(n++, strings, data, &tests->memory, in efx_ethtool_fill_self_tests()
331 efx_fill_test(n++, strings, data, &tests->registers, in efx_ethtool_fill_self_tests()
345 efx_fill_test(n++, strings, data, &tests->phy_ext[i], in efx_ethtool_fill_self_tests()
356 strings, data); in efx_ethtool_fill_self_tests()
362 static size_t efx_describe_per_queue_stats(struct efx_nic *efx, u8 *strings) in efx_describe_per_queue_stats() argument
370 if (strings != NULL) { in efx_describe_per_queue_stats()
371 snprintf(strings, ETH_GSTRING_LEN, in efx_describe_per_queue_stats()
376 strings += ETH_GSTRING_LEN; in efx_describe_per_queue_stats()
383 if (strings != NULL) { in efx_describe_per_queue_stats()
384 snprintf(strings, ETH_GSTRING_LEN, in efx_describe_per_queue_stats()
386 strings += ETH_GSTRING_LEN; in efx_describe_per_queue_stats()
412 u32 string_set, u8 *strings) in efx_ethtool_get_strings() argument
419 strings += (efx->type->describe_stats(efx, strings) * in efx_ethtool_get_strings()
422 strlcpy(strings + i * ETH_GSTRING_LEN, in efx_ethtool_get_strings()
424 strings += EFX_ETHTOOL_SW_STAT_COUNT * ETH_GSTRING_LEN; in efx_ethtool_get_strings()
425 strings += (efx_describe_per_queue_stats(efx, strings) * in efx_ethtool_get_strings()
427 efx_ptp_describe_stats(efx, strings); in efx_ethtool_get_strings()
430 efx_ethtool_fill_self_tests(efx, NULL, strings, NULL); in efx_ethtool_get_strings()