Home
last modified time | relevance | path

Searched refs:full_stats (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dnic_common.h247 static inline size_t efx_nic_update_stats_atomic(struct efx_nic *efx, u64 *full_stats, in efx_nic_update_stats_atomic() argument
251 return efx->type->update_stats_atomic(efx, full_stats, core_stats); in efx_nic_update_stats_atomic()
252 return efx->type->update_stats(efx, full_stats, core_stats); in efx_nic_update_stats_atomic()
H A Def100_nic.c544 static size_t ef100_update_stats_common(struct efx_nic *efx, u64 *full_stats, in ef100_update_stats_common() argument
554 if (full_stats) { in ef100_update_stats_common()
557 *full_stats++ = stats[index]; in ef100_update_stats_common()
589 u64 *full_stats, in ef100_update_stats()
609 return ef100_update_stats_common(efx, full_stats, core_stats); in ef100_update_stats()
588 ef100_update_stats(struct efx_nic *efx, u64 *full_stats, struct rtnl_link_stats64 *core_stats) ef100_update_stats() argument
H A Dsiena.c589 static size_t siena_update_nic_stats(struct efx_nic *efx, u64 *full_stats, in siena_update_nic_stats() argument
604 if (full_stats) in siena_update_nic_stats()
605 memcpy(full_stats, stats, sizeof(u64) * SIENA_STAT_COUNT); in siena_update_nic_stats()
H A Def10.c1763 static size_t efx_ef10_update_stats_common(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_common() argument
1773 if (full_stats) { in efx_ef10_update_stats_common()
1776 *full_stats++ = stats[index]; in efx_ef10_update_stats_common()
1832 static size_t efx_ef10_update_stats_pf(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_pf() argument
1874 return efx_ef10_update_stats_common(efx, full_stats, core_stats); in efx_ef10_update_stats_pf()
1944 static size_t efx_ef10_update_stats_vf(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_vf() argument
1950 return efx_ef10_update_stats_common(efx, full_stats, core_stats); in efx_ef10_update_stats_vf()
1953 static size_t efx_ef10_update_stats_atomic_vf(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_atomic_vf() argument
1962 return efx_ef10_update_stats_common(efx, full_stats, core_stats); in efx_ef10_update_stats_atomic_vf()
H A Dnet_driver.h1362 size_t (*update_stats)(struct efx_nic *efx, u64 *full_stats,
1364 size_t (*update_stats_atomic)(struct efx_nic *efx, u64 *full_stats,
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dnic_common.h249 static inline size_t efx_nic_update_stats_atomic(struct efx_nic *efx, u64 *full_stats, in efx_nic_update_stats_atomic() argument
253 return efx->type->update_stats_atomic(efx, full_stats, core_stats); in efx_nic_update_stats_atomic()
254 return efx->type->update_stats(efx, full_stats, core_stats); in efx_nic_update_stats_atomic()
H A Def100_nic.c595 static size_t ef100_update_stats_common(struct efx_nic *efx, u64 *full_stats, in ef100_update_stats_common() argument
605 if (full_stats) { in ef100_update_stats_common()
608 *full_stats++ = stats[index]; in ef100_update_stats_common()
640 u64 *full_stats, in ef100_update_stats()
660 return ef100_update_stats_common(efx, full_stats, core_stats); in ef100_update_stats()
639 ef100_update_stats(struct efx_nic *efx, u64 *full_stats, struct rtnl_link_stats64 *core_stats) ef100_update_stats() argument
H A Def10.c1779 static size_t efx_ef10_update_stats_common(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_common() argument
1789 if (full_stats) { in efx_ef10_update_stats_common()
1792 *full_stats++ = stats[index]; in efx_ef10_update_stats_common()
1848 static size_t efx_ef10_update_stats_pf(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_pf() argument
1890 return efx_ef10_update_stats_common(efx, full_stats, core_stats); in efx_ef10_update_stats_pf()
1960 static size_t efx_ef10_update_stats_vf(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_vf() argument
1966 return efx_ef10_update_stats_common(efx, full_stats, core_stats); in efx_ef10_update_stats_vf()
1969 static size_t efx_ef10_update_stats_atomic_vf(struct efx_nic *efx, u64 *full_stats, in efx_ef10_update_stats_atomic_vf() argument
1978 return efx_ef10_update_stats_common(efx, full_stats, core_stats); in efx_ef10_update_stats_atomic_vf()
H A Dnet_driver.h1373 size_t (*update_stats)(struct efx_nic *efx, u64 *full_stats,
1375 size_t (*update_stats_atomic)(struct efx_nic *efx, u64 *full_stats,
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dsiena.c592 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()
H A Defx_common.c600 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()
H A Dnet_driver.h1324 size_t (*update_stats)(struct efx_nic *efx, u64 *full_stats,
1326 size_t (*update_stats_atomic)(struct efx_nic *efx, u64 *full_stats,
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h1061 size_t (*update_stats)(struct ef4_nic *efx, u64 *full_stats,
H A Dfalcon.c2573 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h1061 size_t (*update_stats)(struct ef4_nic *efx, u64 *full_stats,
H A Dfalcon.c2573 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 42 milliseconds