Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev_vf.c371 TXGBE_DEV_STATS(dev); in txgbevf_update_stats()
406 TXGBE_DEV_STATS(dev); in txgbevf_dev_xstats_get()
431 TXGBE_DEV_STATS(dev); in txgbevf_dev_stats_get()
458 TXGBE_DEV_STATS(dev); in txgbevf_dev_stats_reset()
H A Dtxgbe_ethdev.c1616 struct txgbe_hw_stats *hw_stats = TXGBE_DEV_STATS(dev); in txgbe_dev_start()
2252 struct txgbe_hw_stats *hw_stats = TXGBE_DEV_STATS(dev); in txgbe_dev_stats_get()
2317 struct txgbe_hw_stats *hw_stats = TXGBE_DEV_STATS(dev); in txgbe_dev_stats_reset()
2462 struct txgbe_hw_stats *hw_stats = TXGBE_DEV_STATS(dev); in txgbe_dev_xstats_get()
2496 struct txgbe_hw_stats *hw_stats = TXGBE_DEV_STATS(dev); in txgbe_dev_xstats_get_()
2528 struct txgbe_hw_stats *hw_stats = TXGBE_DEV_STATS(dev); in txgbe_dev_xstats_get_by_id()
2551 struct txgbe_hw_stats *hw_stats = TXGBE_DEV_STATS(dev); in txgbe_dev_xstats_reset()
H A Dtxgbe_ethdev.h379 #define TXGBE_DEV_STATS(dev) \ macro