MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE structure (minitape.h)

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

Syntax

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;

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.

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header minitape.h

See also

MODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE

MODE_PAGE_SUBPAGE_HEADER