|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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::@2370 |
| UCHAR _VPD_BLOCK_LIMITS_PAGE::MaximumTransferLength[4] |
Definition at line 2583 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
| UCHAR _VPD_BLOCK_LIMITS_PAGE::MaximumUnmapBlockDescriptorCount[4] |
Definition at line 2587 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
| UCHAR _VPD_BLOCK_LIMITS_PAGE::MaximumUnmapLBACount[4] |
Definition at line 2586 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
| UCHAR _VPD_BLOCK_LIMITS_PAGE::MaxPrefetchXDReadXDWriteTransferLength[4] |
| UCHAR _VPD_BLOCK_LIMITS_PAGE::OptimalTransferLength[4] |
Definition at line 2584 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
| UCHAR _VPD_BLOCK_LIMITS_PAGE::OptimalTransferLengthGranularity[2] |
Definition at line 2582 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
| UCHAR _VPD_BLOCK_LIMITS_PAGE::OptimalUnmapGranularity[4] |
Definition at line 2588 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
| UCHAR _VPD_BLOCK_LIMITS_PAGE::PageCode |
Definition at line 2576 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
| UCHAR _VPD_BLOCK_LIMITS_PAGE::PageLength[2] |
Definition at line 2577 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
| UCHAR _VPD_BLOCK_LIMITS_PAGE::UGAValid |
Definition at line 2592 of file scsi.h.
Referenced by ClasspDeviceGetBlockLimitsVPDPage().
| UCHAR _VPD_BLOCK_LIMITS_PAGE::UnmapGranularityAlignment[4] |
Definition at line 2597 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 |