Searched refs:xcount (Results 1 – 1 of 1) sorted by relevance
3127 signed int xcount = 0; in rte_eth_xstats_get() local3148 xcount = (*dev->dev_ops->xstats_get)(dev, in rte_eth_xstats_get()3152 if (xcount < 0) in rte_eth_xstats_get()3153 return eth_err(port_id, xcount); in rte_eth_xstats_get()3156 if (n < count + xcount || xstats == NULL) in rte_eth_xstats_get()3157 return count + xcount; in rte_eth_xstats_get()3168 for ( ; i < count + xcount; i++) in rte_eth_xstats_get()3171 return count + xcount; in rte_eth_xstats_get()