// hbapiwmi.h
typedef struct _MS_SMHBA_SASPHYSTATISTICS {
LONGLONG SecondsSinceLastReset;
LONGLONG TxFrames;
LONGLONG TxWords;
LONGLONG RxFrames;
LONGLONG RxWords;
LONGLONG InvalidDwordCount;
LONGLONG RunningDisparityErrorCount;
LONGLONG LossofDwordSyncCount;
LONGLONG PhyResetProblemCount;
} MS_SMHBA_SASPHYSTATISTICS, *PMS_SMHBA_SASPHYSTATISTICS;
View the official Windows Driver Kit DDI referenceNo description available.
The MS_SMHBA_SASPHYSTATISTICS structure reports the traffic statistics for a SAS physical link.
SecondsSinceLastResetThe number of seconds since the statistics were last reset.
TxFramesThe number of transmitted SAS frames across all protocols and classes.
TxWordsThe number of transmitted SAS words across all protocols and classes.
RxFramesThe number of received SAS frames across all protocols and classes.
RxWordsThe number of received SAS words across all protocols and classes.
InvalidDwordCountThe number of invalid DWORDs.
RunningDisparityErrorCountThe number of disparity error counts.
LossofDwordSyncCountThe loss of synchronization count.
PhyResetProblemCountA count of the number of physical link reset problems.