Searched refs:TXGBE_NB_QP_STATS (Results 1 – 1 of 1) sorted by relevance
290 #define TXGBE_NB_QP_STATS (sizeof(rte_txgbe_qp_strings) / \ macro2074 TXGBE_NB_QP_STATS * nb_queues; in txgbe_xstats_calc_num()2101 if (id < TXGBE_NB_QP_STATS * TXGBE_MAX_QP) { in txgbe_get_name_by_id()2102 nb = id / TXGBE_NB_QP_STATS; in txgbe_get_name_by_id()2103 st = id % TXGBE_NB_QP_STATS; in txgbe_get_name_by_id()2108 id -= TXGBE_NB_QP_STATS * TXGBE_MAX_QP; in txgbe_get_name_by_id()2136 if (id < TXGBE_NB_QP_STATS * TXGBE_MAX_QP) { in txgbe_get_offset_by_id()2137 nb = id / TXGBE_NB_QP_STATS; in txgbe_get_offset_by_id()2138 st = id % TXGBE_NB_QP_STATS; in txgbe_get_offset_by_id()2140 nb * (TXGBE_NB_QP_STATS * sizeof(uint64_t)); in txgbe_get_offset_by_id()