Lines Matching refs:basic_count
2838 unsigned int basic_count; in rte_eth_xstats_get_names_by_id() local
2846 basic_count = eth_dev_get_xstats_basic_count(dev); in rte_eth_xstats_get_names_by_id()
2867 if (ids[i] < basic_count) { in rte_eth_xstats_get_names_by_id()
2876 ids_copy[i] = ids[i] - basic_count; in rte_eth_xstats_get_names_by_id()
2904 if (ids[i] >= basic_count) { in rte_eth_xstats_get_names_by_id()
3036 unsigned int basic_count; in rte_eth_xstats_get_by_id() local
3049 basic_count = eth_dev_get_xstats_basic_count(dev); in rte_eth_xstats_get_by_id()
3063 unsigned int basic_count = eth_dev_get_xstats_basic_count(dev); in rte_eth_xstats_get_by_id() local
3067 if (ids[i] < basic_count) { in rte_eth_xstats_get_by_id()
3076 ids_copy[i] = ids[i] - basic_count; in rte_eth_xstats_get_by_id()
3086 if (ids[i] >= basic_count) { in rte_eth_xstats_get_by_id()