Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dperfquery.c159 static void aggregate_64bit(uint64_t * dest, uint64_t val) in aggregate_64bit() function
267 aggregate_64bit(&perf_count_ext.portxmitdata, val64); in aggregate_perfcounters_ext()
269 aggregate_64bit(&perf_count_ext.portrcvdata, val64); in aggregate_perfcounters_ext()
271 aggregate_64bit(&perf_count_ext.portxmitpkts, val64); in aggregate_perfcounters_ext()
273 aggregate_64bit(&perf_count_ext.portrcvpkts, val64); in aggregate_perfcounters_ext()
277 aggregate_64bit(&perf_count_ext.portunicastxmitpkts, val64); in aggregate_perfcounters_ext()
279 aggregate_64bit(&perf_count_ext.portunicastrcvpkts, val64); in aggregate_perfcounters_ext()
281 aggregate_64bit(&perf_count_ext.portmulticastxmitpkits, val64); in aggregate_perfcounters_ext()
283 aggregate_64bit(&perf_count_ext.portmulticastrcvpkts, val64); in aggregate_perfcounters_ext()
290 aggregate_64bit(&perf_count_ext.symbolErrorCounter, val64); in aggregate_perfcounters_ext()
[all …]