| 332 | } |
| 333 | |
| 334 | static int idpf_dev_xstats_reset(struct rte_eth_dev *dev) |
| 335 | { |
| 336 | idpf_dev_stats_reset(dev); |
| 337 | return 0; |
| 338 | } |
| 339 | |
| 340 | static int idpf_dev_xstats_get(struct rte_eth_dev *dev, |
| 341 | struct rte_eth_xstat *xstats, unsigned int n) |
nothing calls this directly
no test coverage detected