Searched refs:full_stats (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | siena.c | 539 static size_t siena_update_nic_stats(struct efx_nic *efx, u64 *full_stats, in siena_update_nic_stats() argument 554 if (full_stats) in siena_update_nic_stats() 555 memcpy(full_stats, stats, sizeof(u64) * SIENA_STAT_COUNT); in siena_update_nic_stats()
|
D | falcon.c | 2554 static size_t falcon_update_nic_stats(struct efx_nic *efx, u64 *full_stats, in falcon_update_nic_stats() argument 2584 if (full_stats) in falcon_update_nic_stats() 2585 memcpy(full_stats, stats, sizeof(u64) * FALCON_STAT_COUNT); in falcon_update_nic_stats()
|
D | net_driver.h | 1250 size_t (*update_stats)(struct efx_nic *efx, u64 *full_stats,
|
D | ef10.c | 966 static size_t efx_ef10_update_stats(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats() argument 986 if (full_stats) { in efx_ef10_update_stats() 989 *full_stats++ = stats[index]; in efx_ef10_update_stats()
|