Home
last modified time | relevance | path

Searched defs:BusLogic_TargetStatistics (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/scsi/
DBusLogic.h936 struct BusLogic_TargetStatistics { struct
937 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 …]