MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dpaa_eth_stats_get

Function dpaa_eth_stats_get

dpdk/drivers/net/dpaa/dpaa_ethdev.c:757–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757static int dpaa_eth_stats_get(struct rte_eth_dev *dev,
758 struct rte_eth_stats *stats)
759{
760 PMD_INIT_FUNC_TRACE();
761
762 fman_if_stats_get(dev->process_private, stats);
763 return 0;
764}
765
766static int dpaa_eth_stats_reset(struct rte_eth_dev *dev)
767{

Callers

nothing calls this directly

Calls 1

fman_if_stats_getFunction · 0.85

Tested by

no test coverage detected