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

#include <MdePkg/Include/Protocol/ScsiPassThru.h>

Data Fields

EFI_SCSI_PASS_THRU_MODEMode
 
EFI_SCSI_PASS_THRU_PASSTHRU PassThru
 
EFI_SCSI_PASS_THRU_GET_NEXT_DEVICE GetNextDevice
 
EFI_SCSI_PASS_THRU_BUILD_DEVICE_PATH BuildDevicePath
 
EFI_SCSI_PASS_THRU_GET_TARGET_LUN GetTargetLun
 
EFI_SCSI_PASS_THRU_RESET_CHANNEL ResetChannel
 
EFI_SCSI_PASS_THRU_RESET_TARGET ResetTarget
 

Detailed Description

The EFI_SCSI_PASS_THRU_PROTOCOL provides information about a SCSI channel and the ability to send SCSI Request Packets to any SCSI device attached to that SCSI channel. The information includes the Target ID of the host controller on the SCSI channel, the attributes of the SCSI channel, the printable name for the SCSI controller, and the printable name of the SCSI channel.

Definition at line 362 of file ScsiPassThru.h.

Field Documentation

◆ BuildDevicePath

EFI_SCSI_PASS_THRU_BUILD_DEVICE_PATH _EFI_SCSI_PASS_THRU_PROTOCOL::BuildDevicePath

Definition at line 369 of file ScsiPassThru.h.

◆ GetNextDevice

EFI_SCSI_PASS_THRU_GET_NEXT_DEVICE _EFI_SCSI_PASS_THRU_PROTOCOL::GetNextDevice

Definition at line 368 of file ScsiPassThru.h.

◆ GetTargetLun

EFI_SCSI_PASS_THRU_GET_TARGET_LUN _EFI_SCSI_PASS_THRU_PROTOCOL::GetTargetLun

Definition at line 370 of file ScsiPassThru.h.

◆ Mode

EFI_SCSI_PASS_THRU_MODE* _EFI_SCSI_PASS_THRU_PROTOCOL::Mode

A pointer to the EFI_SCSI_PASS_THRU_MODE data for this SCSI channel.

Definition at line 366 of file ScsiPassThru.h.

◆ PassThru

EFI_SCSI_PASS_THRU_PASSTHRU _EFI_SCSI_PASS_THRU_PROTOCOL::PassThru

Definition at line 367 of file ScsiPassThru.h.

◆ ResetChannel

EFI_SCSI_PASS_THRU_RESET_CHANNEL _EFI_SCSI_PASS_THRU_PROTOCOL::ResetChannel

Definition at line 371 of file ScsiPassThru.h.

◆ ResetTarget

EFI_SCSI_PASS_THRU_RESET_TARGET _EFI_SCSI_PASS_THRU_PROTOCOL::ResetTarget

Definition at line 372 of file ScsiPassThru.h.


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