MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-minitape-mode_command_duration_limit_page_t2a_subpage)

Description

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).

Members

PageCode

Described in the specification.

SubPageFormat

Described in the specification.

PageSavable

Described in the specification.

SubPageCode

Described in the specification.

PageLength[2]

Described in the specification.

Reserved[3]

Reserved.

Reserved1

Reserved.

PerfvsCommandDurationGuidelines

Described 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.

Remarks

See Section 7.5.11 of the T10 SCSI Primary Commands specification (SPC-6) for details.

See also


Windows Driver Kit DDI reference (ns-scsi-mode_command_duration_limit_page_t2a_subpage)

Description

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).

Members

PageCode

Described in the specification.

SubPageFormat

Described in the specification.

PageSavable

Described in the specification.

SubPageCode

Described in the specification.

PageLength[2]

Described in the specification.

Reserved[3]

Reserved.

Reserved1

Reserved.

PerfvsCommandDurationGuidelines

Described 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.

Remarks

See Section 7.5.11 of the T10 SCSI Primary Commands specification (SPC-6) for details.

See also

MODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE

MODE_PAGE_SUBPAGE_HEADER


Windows Driver Kit DDI reference (ns-storport-mode_command_duration_limit_page_t2a_subpage)

Description

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).

Members

PageCode

Described in the specification.

SubPageFormat

Described in the specification.

PageSavable

Described in the specification.

SubPageCode

Described in the specification.

PageLength[2]

Described in the specification.

Reserved[3]

Reserved.

Reserved1

Reserved.

PerfvsCommandDurationGuidelines

Described 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.

Remarks

See Section 7.5.11 of the T10 SCSI Primary Commands specification (SPC-6) for details.

See also