Searched refs:describe_stats (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | ethtool_common.c | 448 return efx->type->describe_stats(efx, NULL) + in efx_siena_ethtool_get_sset_count() 467 strings += (efx->type->describe_stats(efx, strings) * in efx_siena_ethtool_get_strings()
|
H A D | net_driver.h | 1310 size_t (*describe_stats)(struct efx_nic *efx, u8 *names); member
|
H A D | siena.c | 1003 .describe_stats = siena_describe_nic_stats,
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ef100_nic.c | 1301 .describe_stats = ef100_describe_stats, 1382 .describe_stats = ef100_describe_stats,
|
H A D | ethtool_common.c | 449 return efx->type->describe_stats(efx, NULL) + in efx_ethtool_get_sset_count() 468 strings += (efx->type->describe_stats(efx, strings) * in efx_ethtool_get_strings()
|
H A D | net_driver.h | 1372 size_t (*describe_stats)(struct efx_nic *efx, u8 *names); member
|
H A D | ef10.c | 4075 .describe_stats = efx_ef10_describe_stats, 4187 .describe_stats = efx_ef10_describe_stats, 4323 .describe_stats = efx_ef10_describe_stats,
|
/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | ethtool.c | 394 return efx->type->describe_stats(efx, NULL) + in ef4_ethtool_get_sset_count() 412 strings += (efx->type->describe_stats(efx, strings) * in ef4_ethtool_get_strings()
|
H A D | net_driver.h | 1060 size_t (*describe_stats)(struct ef4_nic *efx, u8 *names); member
|
H A D | falcon.c | 2728 .describe_stats = falcon_describe_nic_stats, 2825 .describe_stats = falcon_describe_nic_stats,
|