Lines Matching refs:perf_count_ext

81 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()
281 aggregate_64bit(&perf_count_ext.portmulticastxmitpkits, val64); in aggregate_perfcounters_ext()
283 aggregate_64bit(&perf_count_ext.portmulticastrcvpkts, val64); in aggregate_perfcounters_ext()
288 perf_count_ext.counterSelect2 = val; in aggregate_perfcounters_ext()
290 aggregate_64bit(&perf_count_ext.symbolErrorCounter, val64); in aggregate_perfcounters_ext()
292 aggregate_64bit(&perf_count_ext.linkErrorRecoveryCounter, val64); in aggregate_perfcounters_ext()
294 aggregate_64bit(&perf_count_ext.linkDownedCounter, val64); in aggregate_perfcounters_ext()
296 aggregate_64bit(&perf_count_ext.portRcvErrors, val64); in aggregate_perfcounters_ext()
298 aggregate_64bit(&perf_count_ext.portRcvRemotePhysicalErrors, val64); in aggregate_perfcounters_ext()
300 aggregate_64bit(&perf_count_ext.portRcvSwitchRelayErrors, val64); in aggregate_perfcounters_ext()
302 aggregate_64bit(&perf_count_ext.portXmitDiscards, val64); in aggregate_perfcounters_ext()
304 aggregate_64bit(&perf_count_ext.portXmitConstraintErrors, val64); in aggregate_perfcounters_ext()
306 aggregate_64bit(&perf_count_ext.portRcvConstraintErrors, val64); in aggregate_perfcounters_ext()
308 aggregate_64bit(&perf_count_ext.localLinkIntegrityErrors, val64); in aggregate_perfcounters_ext()
310 aggregate_64bit(&perf_count_ext.excessiveBufferOverrunErrors, val64); in aggregate_perfcounters_ext()
312 aggregate_64bit(&perf_count_ext.VL15Dropped, val64); in aggregate_perfcounters_ext()
314 aggregate_64bit(&perf_count_ext.portXmitWait, val64); in aggregate_perfcounters_ext()
316 aggregate_64bit(&perf_count_ext.QP1Dropped, val64); in aggregate_perfcounters_ext()
331 &perf_count_ext.counterselect); in output_aggregate_perfcounters_ext()
333 &perf_count_ext.portxmitdata); in output_aggregate_perfcounters_ext()
335 &perf_count_ext.portrcvdata); in output_aggregate_perfcounters_ext()
337 &perf_count_ext.portxmitpkts); in output_aggregate_perfcounters_ext()
338 mad_encode_field(pc, IB_PC_EXT_RCV_PKTS_F, &perf_count_ext.portrcvpkts); in output_aggregate_perfcounters_ext()
342 &perf_count_ext.portunicastxmitpkts); in output_aggregate_perfcounters_ext()
344 &perf_count_ext.portunicastrcvpkts); in output_aggregate_perfcounters_ext()
346 &perf_count_ext.portmulticastxmitpkits); in output_aggregate_perfcounters_ext()
348 &perf_count_ext.portmulticastrcvpkts); in output_aggregate_perfcounters_ext()
353 &perf_count_ext.counterSelect2); in output_aggregate_perfcounters_ext()
355 &perf_count_ext.symbolErrorCounter); in output_aggregate_perfcounters_ext()
357 &perf_count_ext.linkErrorRecoveryCounter); in output_aggregate_perfcounters_ext()
359 &perf_count_ext.linkDownedCounter); in output_aggregate_perfcounters_ext()
361 &perf_count_ext.portRcvErrors); in output_aggregate_perfcounters_ext()
363 &perf_count_ext.portRcvRemotePhysicalErrors); in output_aggregate_perfcounters_ext()
365 &perf_count_ext.portRcvSwitchRelayErrors); in output_aggregate_perfcounters_ext()
367 &perf_count_ext.portXmitDiscards); in output_aggregate_perfcounters_ext()
369 &perf_count_ext.portXmitConstraintErrors); in output_aggregate_perfcounters_ext()
371 &perf_count_ext.portRcvConstraintErrors); in output_aggregate_perfcounters_ext()
373 &perf_count_ext.localLinkIntegrityErrors); in output_aggregate_perfcounters_ext()
375 &perf_count_ext.excessiveBufferOverrunErrors); in output_aggregate_perfcounters_ext()
377 &perf_count_ext.VL15Dropped); in output_aggregate_perfcounters_ext()
379 &perf_count_ext.portXmitWait); in output_aggregate_perfcounters_ext()
381 &perf_count_ext.QP1Dropped); in output_aggregate_perfcounters_ext()