Lines Matching refs:basic_count
2681 unsigned int basic_count; in rte_eth_xstats_get_names_by_id() local
2689 basic_count = eth_dev_get_xstats_basic_count(dev); in rte_eth_xstats_get_names_by_id()
2710 if (ids[i] < basic_count) { in rte_eth_xstats_get_names_by_id()
2719 ids_copy[i] = ids[i] - basic_count; in rte_eth_xstats_get_names_by_id()
2747 if (ids[i] >= basic_count) { in rte_eth_xstats_get_names_by_id()
2879 unsigned int basic_count; in rte_eth_xstats_get_by_id() local
2893 basic_count = eth_dev_get_xstats_basic_count(dev); in rte_eth_xstats_get_by_id()
2907 unsigned int basic_count = eth_dev_get_xstats_basic_count(dev); in rte_eth_xstats_get_by_id() local
2911 if (ids[i] < basic_count) { in rte_eth_xstats_get_by_id()
2920 ids_copy[i] = ids[i] - basic_count; in rte_eth_xstats_get_by_id()
2930 if (ids[i] >= basic_count) { in rte_eth_xstats_get_by_id()