TianoCore EDK2 master
Loading...
Searching...
No Matches
ATAPI_INQUIRY_DATA Struct Reference

#include <MdePkg/Include/IndustryStandard/Atapi.h>

Data Fields

UINT8 peripheral_type
 
UINT8 RMB
 
UINT8 version
 
UINT8 response_data_format
 
UINT8 addnl_length
 n - 4, Numbers of bytes following this one.
 
UINT8 reserved_5
 
UINT8 reserved_6
 
UINT8 reserved_7
 
UINT8 vendor_info [8]
 
UINT8 product_id [16]
 
UINT8 product_revision_level [4]
 
UINT8 vendor_specific_36_55 [55 - 36+1]
 
UINT8 reserved_56_95 [95 - 56+1]
 
UINT8 vendor_specific_96_253 [253 - 96+1]
 

Detailed Description

Standard Quiry Data format, defined in SFF-8070i(ATAPI Removable Rewritable Specification).

Definition at line 255 of file Atapi.h.

Field Documentation

◆ addnl_length

UINT8 ATAPI_INQUIRY_DATA::addnl_length

n - 4, Numbers of bytes following this one.

Definition at line 260 of file Atapi.h.

◆ peripheral_type

UINT8 ATAPI_INQUIRY_DATA::peripheral_type

Definition at line 256 of file Atapi.h.

◆ product_id

UINT8 ATAPI_INQUIRY_DATA::product_id[16]

Definition at line 265 of file Atapi.h.

◆ product_revision_level

UINT8 ATAPI_INQUIRY_DATA::product_revision_level[4]

Definition at line 266 of file Atapi.h.

◆ reserved_5

UINT8 ATAPI_INQUIRY_DATA::reserved_5

Definition at line 261 of file Atapi.h.

◆ reserved_56_95

UINT8 ATAPI_INQUIRY_DATA::reserved_56_95[95 - 56+1]

Definition at line 268 of file Atapi.h.

◆ reserved_6

UINT8 ATAPI_INQUIRY_DATA::reserved_6

Definition at line 262 of file Atapi.h.

◆ reserved_7

UINT8 ATAPI_INQUIRY_DATA::reserved_7

Definition at line 263 of file Atapi.h.

◆ response_data_format

UINT8 ATAPI_INQUIRY_DATA::response_data_format

Definition at line 259 of file Atapi.h.

◆ RMB

UINT8 ATAPI_INQUIRY_DATA::RMB

Definition at line 257 of file Atapi.h.

◆ vendor_info

UINT8 ATAPI_INQUIRY_DATA::vendor_info[8]

Definition at line 264 of file Atapi.h.

◆ vendor_specific_36_55

UINT8 ATAPI_INQUIRY_DATA::vendor_specific_36_55[55 - 36+1]

Definition at line 267 of file Atapi.h.

◆ vendor_specific_96_253

UINT8 ATAPI_INQUIRY_DATA::vendor_specific_96_253[253 - 96+1]

Vendor-specific parameters fields. The sizeof (ATAPI_INQUIRY_DATA) is 254 since allocation_length is one byte in ATAPI_INQUIRY_CMD.

Definition at line 273 of file Atapi.h.

◆ version

UINT8 ATAPI_INQUIRY_DATA::version

Definition at line 258 of file Atapi.h.


The documentation for this struct was generated from the following file: