Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.h348 struct txgbe_hw_stats stats;
708 struct txgbe_hw_stats *hw_stats);
H A Dtxgbe_ethdev.c166 #define HW_XSTAT(m) {#m, offsetof(struct txgbe_hw_stats, m)}
167 #define HW_XSTAT_NAME(m, n) {n, offsetof(struct txgbe_hw_stats, m)}
271 #define UP_XSTAT(m) {#m, offsetof(struct txgbe_hw_stats, up[0].m)}
1616 struct txgbe_hw_stats *hw_stats = TXGBE_DEV_STATS(dev); in txgbe_dev_start()
2094 struct txgbe_hw_stats *hw_stats) in txgbe_read_stats_registers()
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()
[all …]
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h337 struct txgbe_hw_stats { struct