Home
last modified time | relevance | path

Searched refs:full_stats (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/
Dsiena.c587 static size_t siena_update_nic_stats(struct efx_nic *efx, u64 *full_stats, in siena_update_nic_stats() argument
602 if (full_stats) in siena_update_nic_stats()
603 memcpy(full_stats, stats, sizeof(u64) * SIENA_STAT_COUNT); in siena_update_nic_stats()
Def10.c1872 static size_t efx_ef10_update_stats_common(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_common() argument
1882 if (full_stats) { in efx_ef10_update_stats_common()
1885 *full_stats++ = stats[index]; in efx_ef10_update_stats_common()
1977 static size_t efx_ef10_update_stats_pf(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_pf() argument
1991 return efx_ef10_update_stats_common(efx, full_stats, core_stats); in efx_ef10_update_stats_pf()
2066 static size_t efx_ef10_update_stats_vf(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_vf() argument
2072 return efx_ef10_update_stats_common(efx, full_stats, core_stats); in efx_ef10_update_stats_vf()
Dnet_driver.h1295 size_t (*update_stats)(struct efx_nic *efx, u64 *full_stats,
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h1064 size_t (*update_stats)(struct ef4_nic *efx, u64 *full_stats,
Dfalcon.c2576 static size_t falcon_update_nic_stats(struct ef4_nic *efx, u64 *full_stats, in falcon_update_nic_stats() argument
2606 if (full_stats) in falcon_update_nic_stats()
2607 memcpy(full_stats, stats, sizeof(u64) * FALCON_STAT_COUNT); in falcon_update_nic_stats()