TianoCore EDK2 master
|
Data Fields | |
CHAR16 * | ControllerName |
CHAR16 * | ChannelName |
UINT32 | AdapterId |
UINT32 | Attributes |
UINT32 | IoAlign |
Definition at line 122 of file ScsiPassThru.h.
UINT32 EFI_SCSI_PASS_THRU_MODE::AdapterId |
The Target ID of the host adapter on the SCSI channel.
Definition at line 134 of file ScsiPassThru.h.
UINT32 EFI_SCSI_PASS_THRU_MODE::Attributes |
Additional information on the attributes of the SCSI channel.
Definition at line 138 of file ScsiPassThru.h.
CHAR16* EFI_SCSI_PASS_THRU_MODE::ChannelName |
A Null-terminated Unicode string that represents the printable name of the SCSI channel.
Definition at line 130 of file ScsiPassThru.h.
CHAR16* EFI_SCSI_PASS_THRU_MODE::ControllerName |
A Null-terminated Unicode string that represents the printable name of the SCSI controller.
Definition at line 126 of file ScsiPassThru.h.
UINT32 EFI_SCSI_PASS_THRU_MODE::IoAlign |
Supplies the alignment requirement for any buffer used in a data transfer.
Definition at line 142 of file ScsiPassThru.h.