Searched defs:BusLogic_TargetStatistics (Results 1 – 1 of 1) sorted by relevance
936 struct BusLogic_TargetStatistics { struct937 unsigned int CommandsAttempted;938 unsigned int CommandsCompleted;939 unsigned int ReadCommands;940 unsigned int WriteCommands;941 struct BusLogic_ByteCounter TotalBytesRead;942 struct BusLogic_ByteCounter TotalBytesWritten;943 BusLogic_CommandSizeBuckets_T ReadCommandSizeBuckets;944 BusLogic_CommandSizeBuckets_T WriteCommandSizeBuckets;945 unsigned short CommandAbortsRequested;[all …]