Searched refs:xcount (Results 1 – 1 of 1) sorted by relevance
2971 signed int xcount = 0; in rte_eth_xstats_get() local2991 xcount = (*dev->dev_ops->xstats_get)(dev, in rte_eth_xstats_get()2995 if (xcount < 0) in rte_eth_xstats_get()2996 return eth_err(port_id, xcount); in rte_eth_xstats_get()2999 if (n < count + xcount || xstats == NULL) in rte_eth_xstats_get()3000 return count + xcount; in rte_eth_xstats_get()3011 for ( ; i < count + xcount; i++) in rte_eth_xstats_get()3014 return count + xcount; in rte_eth_xstats_get()