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

Function enicpmd_dev_stats_get

dpdk/drivers/net/enic/enic_ethdev.c:413–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413static int enicpmd_dev_stats_get(struct rte_eth_dev *eth_dev,
414 struct rte_eth_stats *stats)
415{
416 struct enic *enic = pmd_priv(eth_dev);
417
418 ENICPMD_FUNC_TRACE();
419 return enic_dev_stats_get(enic, stats);
420}
421
422static int enicpmd_dev_stats_reset(struct rte_eth_dev *eth_dev)
423{

Callers

nothing calls this directly

Calls 2

pmd_privFunction · 0.85
enic_dev_stats_getFunction · 0.85

Tested by

no test coverage detected