Searched refs:Units (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DBusLogic.h241 unsigned int Units; member in struct:BusLogic_ByteCounter
677 necessary to support more than 8 Logical Units per Target Device.
831 Extended LUN Format CCBs can support up to 64 Logical Units, but in practice
832 many devices will respond improperly to Logical Units between 32 and 63, and
836 Units. Since 64 Logical Units are unlikely to be needed in practice, and
839 32 Logical Units per Target Device.
1290 ByteCounter->Units += Amount;
1291 if (ByteCounter->Units > 999999999) {
1292 ByteCounter->Units
[all...]
H A DBusLogic.c1548 Determine the maximum number of Target IDs and Logical Units supported by
1986 Format command to allow 32 Logical Units per Target Device.
2054 * Devices commands which test Logical Units 0 - 7. Two bytes are
3164 Length += sprintf(&Buffer[Length], " %9u%09u", TargetStatistics[TargetID].TotalBytesRead.Billions, TargetStatistics[TargetID].TotalBytesRead.Units);
3166 Length += sprintf(&Buffer[Length], " %9u", TargetStatistics[TargetID].TotalBytesRead.Units);
3168 Length += sprintf(&Buffer[Length], " %9u%09u\n", TargetStatistics[TargetID].TotalBytesWritten.Billions, TargetStatistics[TargetID].TotalBytesWritten.Units);
3170 Length += sprintf(&Buffer[Length], " %9u\n", TargetStatistics[TargetID].TotalBytesWritten.Units);

Completed in 61 milliseconds