Searched refs:xstats_copy (Results 1 – 1 of 1) sorted by relevance
980 struct rte_eth_xstat *xstats_copy; in cxgbe_dev_xstats_get_by_id() local988 xstats_copy = rte_calloc(NULL, count, sizeof(*xstats_copy), 0); in cxgbe_dev_xstats_get_by_id()989 if (xstats_copy == NULL) in cxgbe_dev_xstats_get_by_id()992 cxgbe_dev_xstats(dev, NULL, xstats_copy, count); in cxgbe_dev_xstats_get_by_id()999 values[i] = xstats_copy[ids[i]].value; in cxgbe_dev_xstats_get_by_id()1005 rte_free(xstats_copy); in cxgbe_dev_xstats_get_by_id()