MODE_COMMAND_DURATION_LIMIT_PAGE_T2B_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_T2B_SUBPAGE {
  UCHAR                                PageCode : 6;
  UCHAR                                SubPageFormat : 1;
  UCHAR                                PageSavable : 1;
  UCHAR                                SubPageCode;
  UCHAR                                PageLength[2];
  UCHAR                                Reserved[3];
  UCHAR                                Reserved1 : 4;
  UCHAR                                PerfvsLatencyControls : 4;
  T2_COMMAND_DURATION_LIMIT_DESCRIPTOR T2CommandDurationLimitDescriptors[DURATION_LIMIT_T2_DESCRIPTOR_COUNT];
} MODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE, *PMODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE;
View the official Windows Driver Kit DDI reference
// scsi.h

typedef struct _MODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE {
  UCHAR                                PageCode : 6;
  UCHAR                                SubPageFormat : 1;
  UCHAR                                PageSavable : 1;
  UCHAR                                SubPageCode;
  UCHAR                                PageLength[2];
  UCHAR                                Reserved[3];
  UCHAR                                Reserved1 : 4;
  UCHAR                                PerfvsLatencyControls : 4;
  T2_COMMAND_DURATION_LIMIT_DESCRIPTOR T2CommandDurationLimitDescriptors[DURATION_LIMIT_T2_DESCRIPTOR_COUNT];
} MODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE, *PMODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE;
View the official Windows Driver Kit DDI reference
// storport.h

typedef struct _MODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE {
  UCHAR                                PageCode : 6;
  UCHAR                                SubPageFormat : 1;
  UCHAR                                PageSavable : 1;
  UCHAR                                SubPageCode;
  UCHAR                                PageLength[2];
  UCHAR                                Reserved[3];
  UCHAR                                Reserved1 : 4;
  UCHAR                                PerfvsLatencyControls : 4;
  T2_COMMAND_DURATION_LIMIT_DESCRIPTOR T2CommandDurationLimitDescriptors[DURATION_LIMIT_T2_DESCRIPTOR_COUNT];
} MODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE, *PMODE_COMMAND_DURATION_LIMIT_PAGE_T2B_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_t2b_subpage)

Description

The MODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE structure describes the Command Duration Limit T2B mode page, described in Section 7.5.12 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

Described in the specification.

Reserved

Reserved.

Reserved1

Reserved.

PerfvsLatencyControls

Described in the specification.

T2CommandDurationLimitDescriptors

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.12 of the T10 SCSI Primary Commands specification (SPC-6) for details.

See also

MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE

MODE_PAGE_SUBPAGE_HEADER


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

Description

The MODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE structure describes the Command Duration Limit T2B mode page, described in Section 7.5.12 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

Described in the specification.

Reserved

Reserved.

Reserved1

Reserved.

PerfvsLatencyControls

Described in the specification.

T2CommandDurationLimitDescriptors

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.12 of the T10 SCSI Primary Commands specification (SPC-6) for details.

See also

MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE

MODE_PAGE_SUBPAGE_HEADER


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

Description

The MODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE structure describes the Command Duration Limit T2B mode page, described in Section 7.5.12 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

Described in the specification.

Reserved

Reserved.

Reserved1

Reserved.

PerfvsLatencyControls

Described in the specification.

T2CommandDurationLimitDescriptors

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.12 of the T10 SCSI Primary Commands specification (SPC-6) for details.

See also

MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE

MODE_PAGE_SUBPAGE_HEADER