Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c495 #define IGB_NB_XSTATS (sizeof(rte_igb_stats_strings) / \ macro
2099 eth_igb_xstats_get(dev, NULL, IGB_NB_XSTATS); in eth_igb_xstats_reset()
2114 return IGB_NB_XSTATS; in eth_igb_xstats_get_names()
2118 for (i = 0; i < IGB_NB_XSTATS; i++) { in eth_igb_xstats_get_names()
2123 return IGB_NB_XSTATS; in eth_igb_xstats_get_names()
2134 return IGB_NB_XSTATS; in eth_igb_xstats_get_names_by_id()
2136 for (i = 0; i < IGB_NB_XSTATS; i++) in eth_igb_xstats_get_names_by_id()
2141 return IGB_NB_XSTATS; in eth_igb_xstats_get_names_by_id()
2144 struct rte_eth_xstat_name xstats_names_copy[IGB_NB_XSTATS]; in eth_igb_xstats_get_names_by_id()
2147 IGB_NB_XSTATS); in eth_igb_xstats_get_names_by_id()
[all …]