MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_DISK_INFO_PROTOCOL Struct Reference

Data Fields

EFI_GUID Interface
 
EFI_DISK_INFO_INQUIRY Inquiry
 
EFI_DISK_INFO_IDENTIFY Identify
 
EFI_DISK_INFO_SENSE_DATA SenseData
 
EFI_DISK_INFO_WHICH_IDE WhichIde
 

Detailed Description

The EFI_DISK_INFO_PROTOCOL provides controller specific information.

Field Documentation

EFI_DISK_INFO_IDENTIFY _EFI_DISK_INFO_PROTOCOL::Identify

Return the results of the Identify command to a drive in IdentifyData. Data format of Identify data is defined by the Interface GUID.

EFI_DISK_INFO_INQUIRY _EFI_DISK_INFO_PROTOCOL::Inquiry

Return the results of the Inquiry command to a drive in InquiryData. Data format of Inquiry data is defined by the Interface GUID.

EFI_GUID _EFI_DISK_INFO_PROTOCOL::Interface

A GUID that defines the format of buffers for the other member functions of this protocol.

EFI_DISK_INFO_SENSE_DATA _EFI_DISK_INFO_PROTOCOL::SenseData

Return the results of the Request Sense command to a drive in SenseData. Data format of Sense data is defined by the Interface GUID.

EFI_DISK_INFO_WHICH_IDE _EFI_DISK_INFO_PROTOCOL::WhichIde

Specific controller.