ReactOS 0.4.16-dev-522-gb68104a
|
#include <scsi.h>
Public Attributes | |
UCHAR | DeviceType:5 |
UCHAR | DeviceTypeQualifier:3 |
UCHAR | PageCode |
UCHAR | PageLength [2] |
union { | |
struct { | |
UCHAR Reserved0 | |
UCHAR MaximumCompareAndWriteLength | |
UCHAR OptimalTransferLengthGranularity [2] | |
UCHAR MaximumTransferLength [4] | |
UCHAR OptimalTransferLength [4] | |
UCHAR MaxPrefetchXDReadXDWriteTransferLength [4] | |
UCHAR MaximumUnmapLBACount [4] | |
UCHAR MaximumUnmapBlockDescriptorCount [4] | |
UCHAR OptimalUnmapGranularity [4] | |
union { | |
struct { | |
UCHAR UnmapGranularityAlignmentByte3:7 | |
UCHAR UGAValid:1 | |
UCHAR UnmapGranularityAlignmentByte2 | |
UCHAR UnmapGranularityAlignmentByte1 | |
UCHAR UnmapGranularityAlignmentByte0 | |
} | |
UCHAR UnmapGranularityAlignment [4] | |
} | |
UCHAR Reserved1 [28] | |
} | |
UCHAR Descriptors [0] | |
}; | |
union { ... } _VPD_BLOCK_LIMITS_PAGE::@2201 |
UCHAR _VPD_BLOCK_LIMITS_PAGE::MaximumTransferLength[4] |
Definition at line 2537 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
UCHAR _VPD_BLOCK_LIMITS_PAGE::MaximumUnmapBlockDescriptorCount[4] |
Definition at line 2541 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
UCHAR _VPD_BLOCK_LIMITS_PAGE::MaximumUnmapLBACount[4] |
Definition at line 2540 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
UCHAR _VPD_BLOCK_LIMITS_PAGE::MaxPrefetchXDReadXDWriteTransferLength[4] |
UCHAR _VPD_BLOCK_LIMITS_PAGE::OptimalTransferLength[4] |
Definition at line 2538 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
UCHAR _VPD_BLOCK_LIMITS_PAGE::OptimalTransferLengthGranularity[2] |
Definition at line 2536 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
UCHAR _VPD_BLOCK_LIMITS_PAGE::OptimalUnmapGranularity[4] |
Definition at line 2542 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
UCHAR _VPD_BLOCK_LIMITS_PAGE::PageCode |
Definition at line 2530 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
UCHAR _VPD_BLOCK_LIMITS_PAGE::PageLength[2] |
Definition at line 2531 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
UCHAR _VPD_BLOCK_LIMITS_PAGE::UGAValid |
Definition at line 2546 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
UCHAR _VPD_BLOCK_LIMITS_PAGE::UnmapGranularityAlignment[4] |
Definition at line 2551 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
UCHAR _VPD_BLOCK_LIMITS_PAGE::UnmapGranularityAlignmentByte0 |
UCHAR _VPD_BLOCK_LIMITS_PAGE::UnmapGranularityAlignmentByte1 |
UCHAR _VPD_BLOCK_LIMITS_PAGE::UnmapGranularityAlignmentByte2 |
UCHAR _VPD_BLOCK_LIMITS_PAGE::UnmapGranularityAlignmentByte3 |