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

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

Data Fields

UINT8 error_code: 7
 
UINT8 valid: 1
 
UINT8 reserved_1
 
UINT8 sense_key: 4
 
UINT8 reserved_2: 1
 
UINT8 Vendor_specifc_1: 3
 
UINT8 vendor_specific_3
 
UINT8 vendor_specific_4
 
UINT8 vendor_specific_5
 
UINT8 vendor_specific_6
 
UINT8 addnl_sense_length
 n - 7
 
UINT8 vendor_specific_8
 
UINT8 vendor_specific_9
 
UINT8 vendor_specific_10
 
UINT8 vendor_specific_11
 
UINT8 addnl_sense_code
 mandatory
 
UINT8 addnl_sense_code_qualifier
 mandatory
 
UINT8 field_replaceable_unit_code
 optional
 
UINT8 sense_key_specific_15: 7
 
UINT8 SKSV: 1
 
UINT8 sense_key_specific_16
 
UINT8 sense_key_specific_17
 

Detailed Description

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

Definition at line 279 of file Atapi.h.

Field Documentation

◆ addnl_sense_code

UINT8 ATAPI_REQUEST_SENSE_DATA::addnl_sense_code

mandatory

Definition at line 295 of file Atapi.h.

◆ addnl_sense_code_qualifier

UINT8 ATAPI_REQUEST_SENSE_DATA::addnl_sense_code_qualifier

mandatory

Definition at line 296 of file Atapi.h.

◆ addnl_sense_length

UINT8 ATAPI_REQUEST_SENSE_DATA::addnl_sense_length

n - 7

Definition at line 290 of file Atapi.h.

◆ error_code

UINT8 ATAPI_REQUEST_SENSE_DATA::error_code

Definition at line 280 of file Atapi.h.

◆ field_replaceable_unit_code

UINT8 ATAPI_REQUEST_SENSE_DATA::field_replaceable_unit_code

optional

Definition at line 297 of file Atapi.h.

◆ reserved_1

UINT8 ATAPI_REQUEST_SENSE_DATA::reserved_1

Definition at line 282 of file Atapi.h.

◆ reserved_2

UINT8 ATAPI_REQUEST_SENSE_DATA::reserved_2

Definition at line 284 of file Atapi.h.

◆ sense_key

UINT8 ATAPI_REQUEST_SENSE_DATA::sense_key

Definition at line 283 of file Atapi.h.

◆ sense_key_specific_15

UINT8 ATAPI_REQUEST_SENSE_DATA::sense_key_specific_15

Definition at line 298 of file Atapi.h.

◆ sense_key_specific_16

UINT8 ATAPI_REQUEST_SENSE_DATA::sense_key_specific_16

Definition at line 300 of file Atapi.h.

◆ sense_key_specific_17

UINT8 ATAPI_REQUEST_SENSE_DATA::sense_key_specific_17

Definition at line 301 of file Atapi.h.

◆ SKSV

UINT8 ATAPI_REQUEST_SENSE_DATA::SKSV

Definition at line 299 of file Atapi.h.

◆ valid

UINT8 ATAPI_REQUEST_SENSE_DATA::valid

Definition at line 281 of file Atapi.h.

◆ Vendor_specifc_1

UINT8 ATAPI_REQUEST_SENSE_DATA::Vendor_specifc_1

Definition at line 285 of file Atapi.h.

◆ vendor_specific_10

UINT8 ATAPI_REQUEST_SENSE_DATA::vendor_specific_10

Definition at line 293 of file Atapi.h.

◆ vendor_specific_11

UINT8 ATAPI_REQUEST_SENSE_DATA::vendor_specific_11

Definition at line 294 of file Atapi.h.

◆ vendor_specific_3

UINT8 ATAPI_REQUEST_SENSE_DATA::vendor_specific_3

Definition at line 286 of file Atapi.h.

◆ vendor_specific_4

UINT8 ATAPI_REQUEST_SENSE_DATA::vendor_specific_4

Definition at line 287 of file Atapi.h.

◆ vendor_specific_5

UINT8 ATAPI_REQUEST_SENSE_DATA::vendor_specific_5

Definition at line 288 of file Atapi.h.

◆ vendor_specific_6

UINT8 ATAPI_REQUEST_SENSE_DATA::vendor_specific_6

Definition at line 289 of file Atapi.h.

◆ vendor_specific_8

UINT8 ATAPI_REQUEST_SENSE_DATA::vendor_specific_8

Definition at line 291 of file Atapi.h.

◆ vendor_specific_9

UINT8 ATAPI_REQUEST_SENSE_DATA::vendor_specific_9

Definition at line 292 of file Atapi.h.


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