Searched refs:PassThru (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiImpl.h129 #define ISCSI_DRIVER_DATA_FROM_EXT_SCSI_PASS_THRU(PassThru) \
131 PassThru, \
H A DIScsiDriver.c289 EFI_EXT_SCSI_PASS_THRU_PROTOCOL *PassThru; local
299 (VOID **) &PassThru,
308 Private = ISCSI_DRIVER_DATA_FROM_EXT_SCSI_PASS_THRU (PassThru);
H A DIScsiProto.h943 @param[in] PassThru The EXT SCSI PASS THRU protocol.
957 IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *PassThru,
H A DIScsiProto.c2468 @param[in] PassThru The EXT SCSI PASS THRU protocol.
2482 IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *PassThru,
2501 Private = ISCSI_DRIVER_DATA_FROM_EXT_SCSI_PASS_THRU (PassThru);
2481 IScsiExecuteScsiCommand( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *PassThru, IN UINT8 *Target, IN UINT64 Lun, IN OUT EFI_EXT_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiImpl.h165 #define ISCSI_DRIVER_DATA_FROM_EXT_SCSI_PASS_THRU(PassThru) \
167 PassThru, \
H A DIScsiDriver.c883 EFI_EXT_SCSI_PASS_THRU_PROTOCOL *PassThru; local
897 (VOID **) &PassThru,
906 Private = ISCSI_DRIVER_DATA_FROM_EXT_SCSI_PASS_THRU (PassThru);
H A DIScsiProto.h975 @param[in] PassThru The EXT SCSI PASS THRU protocol.
990 IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *PassThru,
H A DIScsiProto.c2715 @param[in] PassThru The EXT SCSI PASS THRU protocol.
2731 IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *PassThru,
2750 Private = ISCSI_DRIVER_DATA_FROM_EXT_SCSI_PASS_THRU (PassThru);
2730 IScsiExecuteScsiCommand( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *PassThru, IN UINT8 *Target, IN UINT64 Lun, IN OUT EFI_EXT_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DScsiPassThru.h373 EFI_SCSI_PASS_THRU_PASSTHRU PassThru; member in struct:_EFI_SCSI_PASS_THRU_PROTOCOL
H A DScsiPassThruExt.h383 EFI_EXT_SCSI_PASS_THRU_PASSTHRU PassThru; member in struct:_EFI_EXT_SCSI_PASS_THRU_PROTOCOL
H A DAtaPassThru.h460 EFI_ATA_PASS_THRU_PASSTHRU PassThru; member in struct:_EFI_ATA_PASS_THRU_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
H A DScsiBus.c60 Notify Function in which convert EFI1.0 PassThru Packet back to UEF2.0
181 EFI_SCSI_PASS_THRU_PROTOCOL *PassThru; local
192 // EFI PassThru Protocol. From priority perspective, ExtPassThru Protocol is firstly
193 // tried to open on host controller handle. If fails, then PassThru Protocol is tried instead.
250 (VOID **)&PassThru,
268 Status = PassThru->GetTargetLun (PassThru, RemainingDevicePath, &ScsiTargetId.ScsiId.Scsi, &Lun);
346 // EFI PassThru Protocol. From priority perspective, ExtPassThru Protocol is firstly
347 // tried to open on host controller handle. If fails, then PassThru Protocol is tried instead.
358 // Fail to open UEFI ExtendPassThru Protocol, then try to open EFI PassThru Protoco
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c98 Wrapper for EFI_ATA_PASS_THRU_PROTOCOL.PassThru().
100 This function wraps the PassThru() invocation for ATA pass through function
115 @return The return status from EFI_ATA_PASS_THRU_PROTOCOL.PassThru().
146 Status = AtaPassThru->PassThru (
172 @return The return status from EFI_ATA_PASS_THRU_PROTOCOL.PassThru().
436 ATA device. It chooses the appropriate ATA command and protocol to invoke PassThru
858 ATA device. It chooses the appropriate ATA command and protocol to invoke PassThru
937 // Check the alignment of the incoming buffer prior to invoking underlying ATA PassThru

Completed in 335 milliseconds