// minitape.h
typedef struct _MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE {
UCHAR PageCode : 6;
UCHAR SubPageFormat : 1;
UCHAR PageSavable : 1;
UCHAR SubPageCode;
UCHAR PageLength[2];
UCHAR Reserved[3];
UCHAR Reserved1 : 4;
UCHAR PerfvsCommandDurationGuidelines : 4;
T2_COMMAND_DURATION_LIMIT_DESCRIPTOR T2CommandDurationLimitDescriptors[DURATION_LIMIT_T2_DESCRIPTOR_COUNT];
} MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE, *PMODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE;
View the official Windows Driver Kit DDI reference// scsi.h
typedef struct _MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE {
UCHAR PageCode : 6;
UCHAR SubPageFormat : 1;
UCHAR PageSavable : 1;
UCHAR SubPageCode;
UCHAR PageLength[2];
UCHAR Reserved[3];
UCHAR Reserved1 : 4;
UCHAR PerfvsCommandDurationGuidelines : 4;
T2_COMMAND_DURATION_LIMIT_DESCRIPTOR T2CommandDurationLimitDescriptors[DURATION_LIMIT_T2_DESCRIPTOR_COUNT];
} MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE, *PMODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE;
View the official Windows Driver Kit DDI reference// storport.h
typedef struct _MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE {
UCHAR PageCode : 6;
UCHAR SubPageFormat : 1;
UCHAR PageSavable : 1;
UCHAR SubPageCode;
UCHAR PageLength[2];
UCHAR Reserved[3];
UCHAR Reserved1 : 4;
UCHAR PerfvsCommandDurationGuidelines : 4;
T2_COMMAND_DURATION_LIMIT_DESCRIPTOR T2CommandDurationLimitDescriptors[DURATION_LIMIT_T2_DESCRIPTOR_COUNT];
} MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE, *PMODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE;
View the official Windows Driver Kit DDI referenceNo description available.
The MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE structure describes the Command Duration Limit T2A mode page, described in Section 7.5.11 of the T10 SCSI Primary Commands specification (SPC-6).
PageCodeDescribed in the specification.
SubPageFormatDescribed in the specification.
PageSavableDescribed in the specification.
SubPageCodeDescribed in the specification.
PageLength[2]Described in the specification.
Reserved[3]Reserved.
Reserved1Reserved.
PerfvsCommandDurationGuidelinesDescribed in the specification.
T2CommandDurationLimitDescriptors[DURATION_LIMIT_T2_DESCRIPTOR_COUNT]An array of DURATION_LIMIT_T2_DESCRIPTOR_COUNT T2_COMMAND_DURATION_LIMIT_DESCRIPTOR structures, where each structure contains a T2 command duration limit descriptor.
See Section 7.5.11 of the T10 SCSI Primary Commands specification (SPC-6) for details.
The MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE structure describes the Command Duration Limit T2A mode page, described in Section 7.5.11 of the T10 SCSI Primary Commands specification (SPC-6).
PageCodeDescribed in the specification.
SubPageFormatDescribed in the specification.
PageSavableDescribed in the specification.
SubPageCodeDescribed in the specification.
PageLength[2]Described in the specification.
Reserved[3]Reserved.
Reserved1Reserved.
PerfvsCommandDurationGuidelinesDescribed in the specification.
T2CommandDurationLimitDescriptors[DURATION_LIMIT_T2_DESCRIPTOR_COUNT]An array of DURATION_LIMIT_T2_DESCRIPTOR_COUNT T2_COMMAND_DURATION_LIMIT_DESCRIPTOR structures, where each structure contains a T2 command duration limit descriptor.
See Section 7.5.11 of the T10 SCSI Primary Commands specification (SPC-6) for details.
MODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE
The MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE structure describes the Command Duration Limit T2A mode page, described in Section 7.5.11 of the T10 SCSI Primary Commands specification (SPC-6).
PageCodeDescribed in the specification.
SubPageFormatDescribed in the specification.
PageSavableDescribed in the specification.
SubPageCodeDescribed in the specification.
PageLength[2]Described in the specification.
Reserved[3]Reserved.
Reserved1Reserved.
PerfvsCommandDurationGuidelinesDescribed in the specification.
T2CommandDurationLimitDescriptors[DURATION_LIMIT_T2_DESCRIPTOR_COUNT]An array of DURATION_LIMIT_T2_DESCRIPTOR_COUNT T2_COMMAND_DURATION_LIMIT_DESCRIPTOR structures, where each structure contains a T2 command duration limit descriptor.
See Section 7.5.11 of the T10 SCSI Primary Commands specification (SPC-6) for details.