TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/ScsiPassThru.h>
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.
EFI_SCSI_PASS_THRU_BUILD_DEVICE_PATH _EFI_SCSI_PASS_THRU_PROTOCOL::BuildDevicePath |
Definition at line 369 of file ScsiPassThru.h.
EFI_SCSI_PASS_THRU_GET_NEXT_DEVICE _EFI_SCSI_PASS_THRU_PROTOCOL::GetNextDevice |
Definition at line 368 of file ScsiPassThru.h.
EFI_SCSI_PASS_THRU_GET_TARGET_LUN _EFI_SCSI_PASS_THRU_PROTOCOL::GetTargetLun |
Definition at line 370 of file ScsiPassThru.h.
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.
EFI_SCSI_PASS_THRU_PASSTHRU _EFI_SCSI_PASS_THRU_PROTOCOL::PassThru |
Definition at line 367 of file ScsiPassThru.h.
EFI_SCSI_PASS_THRU_RESET_CHANNEL _EFI_SCSI_PASS_THRU_PROTOCOL::ResetChannel |
Definition at line 371 of file ScsiPassThru.h.
EFI_SCSI_PASS_THRU_RESET_TARGET _EFI_SCSI_PASS_THRU_PROTOCOL::ResetTarget |
Definition at line 372 of file ScsiPassThru.h.