Searched refs:full_stats (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | nic_common.h | 252 static inline size_t efx_nic_update_stats_atomic(struct efx_nic *efx, u64 *full_stats, in efx_nic_update_stats_atomic() argument 256 return efx->type->update_stats_atomic(efx, full_stats, core_stats); in efx_nic_update_stats_atomic() 257 return efx->type->update_stats(efx, full_stats, core_stats); in efx_nic_update_stats_atomic()
|
A D | ef100_nic.c | 590 static size_t ef100_update_stats_common(struct efx_nic *efx, u64 *full_stats, in ef100_update_stats_common() argument 600 if (full_stats) { in ef100_update_stats_common() 603 *full_stats++ = stats[index]; in ef100_update_stats_common() 635 u64 *full_stats, in ef100_update_stats() argument 655 return ef100_update_stats_common(efx, full_stats, core_stats); in ef100_update_stats()
|
A D | ef10.c | 1766 static size_t efx_ef10_update_stats_common(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_common() argument 1776 if (full_stats) { in efx_ef10_update_stats_common() 1779 *full_stats++ = stats[index]; in efx_ef10_update_stats_common() 1835 static size_t efx_ef10_update_stats_pf(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_pf() argument 1872 return efx_ef10_update_stats_common(efx, full_stats, core_stats); in efx_ef10_update_stats_pf() 1942 static size_t efx_ef10_update_stats_vf(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_vf() argument 1948 return efx_ef10_update_stats_common(efx, full_stats, core_stats); in efx_ef10_update_stats_vf() 1951 static size_t efx_ef10_update_stats_atomic_vf(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_atomic_vf() argument 1960 return efx_ef10_update_stats_common(efx, full_stats, core_stats); in efx_ef10_update_stats_atomic_vf()
|
A D | net_driver.h | 1419 size_t (*update_stats)(struct efx_nic *efx, u64 *full_stats, 1421 size_t (*update_stats_atomic)(struct efx_nic *efx, u64 *full_stats,
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/ |
A D | siena.c | 592 static size_t siena_update_nic_stats(struct efx_nic *efx, u64 *full_stats, in siena_update_nic_stats() argument 607 if (full_stats) in siena_update_nic_stats() 608 memcpy(full_stats, stats, sizeof(u64) * SIENA_STAT_COUNT); in siena_update_nic_stats()
|
A D | efx_common.c | 600 static size_t efx_siena_update_stats_atomic(struct efx_nic *efx, u64 *full_stats, in efx_siena_update_stats_atomic() argument 604 return efx->type->update_stats_atomic(efx, full_stats, core_stats); in efx_siena_update_stats_atomic() 605 return efx->type->update_stats(efx, full_stats, core_stats); in efx_siena_update_stats_atomic()
|
A D | net_driver.h | 1324 size_t (*update_stats)(struct efx_nic *efx, u64 *full_stats, 1326 size_t (*update_stats_atomic)(struct efx_nic *efx, u64 *full_stats,
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/ |
A D | net_driver.h | 1061 size_t (*update_stats)(struct ef4_nic *efx, u64 *full_stats,
|
A D | falcon.c | 2573 static size_t falcon_update_nic_stats(struct ef4_nic *efx, u64 *full_stats, in falcon_update_nic_stats() argument 2603 if (full_stats) in falcon_update_nic_stats() 2604 memcpy(full_stats, stats, sizeof(u64) * FALCON_STAT_COUNT); in falcon_update_nic_stats()
|
Completed in 60 milliseconds