Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dperfquery.c81 struct perf_count_ext { struct
113 struct perf_count_ext perf_count_ext = {0}; argument
263 perf_count_ext.portselect = val; in aggregate_perfcounters_ext()
265 perf_count_ext.counterselect = val; in aggregate_perfcounters_ext()
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()
[all …]