Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c277 #define TXGBE_NB_UP_STATS (sizeof(rte_txgbe_up_strings) / \ macro
2073 TXGBE_NB_UP_STATS * TXGBE_MAX_UP + in txgbe_xstats_calc_num()
2091 if (id < TXGBE_NB_UP_STATS * TXGBE_MAX_UP) { in txgbe_get_name_by_id()
2092 nb = id / TXGBE_NB_UP_STATS; in txgbe_get_name_by_id()
2093 st = id % TXGBE_NB_UP_STATS; in txgbe_get_name_by_id()
2098 id -= TXGBE_NB_UP_STATS * TXGBE_MAX_UP; in txgbe_get_name_by_id()
2126 if (id < TXGBE_NB_UP_STATS * TXGBE_MAX_UP) { in txgbe_get_offset_by_id()
2127 nb = id / TXGBE_NB_UP_STATS; in txgbe_get_offset_by_id()
2128 st = id % TXGBE_NB_UP_STATS; in txgbe_get_offset_by_id()
2130 nb * (TXGBE_NB_UP_STATS * sizeof(uint64_t)); in txgbe_get_offset_by_id()
[all …]