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

Function cpfl_dev_xstats_reset

dpdk/drivers/net/cpfl/cpfl_ethdev.c:375–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375static int cpfl_dev_xstats_reset(struct rte_eth_dev *dev)
376{
377 cpfl_dev_stats_reset(dev);
378 return 0;
379}
380
381static int cpfl_dev_xstats_get(struct rte_eth_dev *dev,
382 struct rte_eth_xstat *xstats, unsigned int n)

Callers

nothing calls this directly

Calls 1

cpfl_dev_stats_resetFunction · 0.85

Tested by

no test coverage detected