Searched refs:full_stats (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | siena.c | 548 static size_t siena_update_nic_stats(struct efx_nic *efx, u64 *full_stats, in siena_update_nic_stats() argument 563 if (full_stats) in siena_update_nic_stats() 564 memcpy(full_stats, stats, sizeof(u64) * SIENA_STAT_COUNT); in siena_update_nic_stats()
|
D | ef10.c | 1326 static size_t efx_ef10_update_stats_common(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_common() argument 1336 if (full_stats) { in efx_ef10_update_stats_common() 1339 *full_stats++ = stats[index]; in efx_ef10_update_stats_common() 1432 static size_t efx_ef10_update_stats_pf(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_pf() argument 1446 return efx_ef10_update_stats_common(efx, full_stats, core_stats); in efx_ef10_update_stats_pf() 1521 static size_t efx_ef10_update_stats_vf(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_vf() argument 1527 return efx_ef10_update_stats_common(efx, full_stats, core_stats); in efx_ef10_update_stats_vf()
|
D | falcon.c | 2568 static size_t falcon_update_nic_stats(struct efx_nic *efx, u64 *full_stats, in falcon_update_nic_stats() argument 2598 if (full_stats) in falcon_update_nic_stats() 2599 memcpy(full_stats, stats, sizeof(u64) * FALCON_STAT_COUNT); in falcon_update_nic_stats()
|
D | net_driver.h | 1242 size_t (*update_stats)(struct efx_nic *efx, u64 *full_stats,
|