Home
last modified time | relevance | path

Searched refs:txgbe_xstats_calc_num (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c2332 txgbe_xstats_calc_num(struct rte_eth_dev *dev) in txgbe_xstats_calc_num() function
2415 count = txgbe_xstats_calc_num(dev); in txgbe_dev_xstats_get_names()
2470 count = txgbe_xstats_calc_num(dev); in txgbe_dev_xstats_get()
2474 limit = min(limit, txgbe_xstats_calc_num(dev)); in txgbe_dev_xstats_get()
2504 count = txgbe_xstats_calc_num(dev); in txgbe_dev_xstats_get_()
2508 limit = min(limit, txgbe_xstats_calc_num(dev)); in txgbe_dev_xstats_get_()