Searched refs:stats_ptr (Results 1 – 3 of 3) sorted by relevance
83 float *stats_ptr = NULL; in rte_latencystats_update() local88 stats_ptr = RTE_PTR_ADD(glob_stats, in rte_latencystats_update()90 values[i] = (uint64_t)floor((*stats_ptr)/ in rte_latencystats_update()107 float *stats_ptr = NULL; in rte_latencystats_fill_values() local110 stats_ptr = RTE_PTR_ADD(glob_stats, in rte_latencystats_fill_values()113 values[i].value = (uint64_t)floor((*stats_ptr)/ in rte_latencystats_fill_values()
899 u64 *stats_ptr; in cxgbe_dev_xstats() local924 stats_ptr = RTE_PTR_ADD(&ps, in cxgbe_dev_xstats()926 xstats[count].value = *stats_ptr; in cxgbe_dev_xstats()943 stats_ptr = RTE_PTR_ADD(&txq->stats, in cxgbe_dev_xstats()945 xstats[count].value = *stats_ptr; in cxgbe_dev_xstats()963 stats_ptr = RTE_PTR_ADD(&rxq->stats, in cxgbe_dev_xstats()965 xstats[count].value = *stats_ptr; in cxgbe_dev_xstats()
2823 uint64_t val, *stats_ptr; in eth_basic_stats_get() local2838 stats_ptr = RTE_PTR_ADD(ð_stats, in eth_basic_stats_get()2840 val = *stats_ptr; in eth_basic_stats_get()2850 stats_ptr = RTE_PTR_ADD(ð_stats, in eth_basic_stats_get()2853 val = *stats_ptr; in eth_basic_stats_get()2861 stats_ptr = RTE_PTR_ADD(ð_stats, in eth_basic_stats_get()2864 val = *stats_ptr; in eth_basic_stats_get()