Searched refs:PassThru (Results 1 - 13 of 13) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/ |
H A D | IScsiImpl.h | 129 #define ISCSI_DRIVER_DATA_FROM_EXT_SCSI_PASS_THRU(PassThru) \ 131 PassThru, \
|
H A D | IScsiDriver.c | 289 EFI_EXT_SCSI_PASS_THRU_PROTOCOL *PassThru; local 299 (VOID **) &PassThru, 308 Private = ISCSI_DRIVER_DATA_FROM_EXT_SCSI_PASS_THRU (PassThru);
|
H A D | IScsiProto.h | 943 @param[in] PassThru The EXT SCSI PASS THRU protocol. 957 IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *PassThru,
|
H A D | IScsiProto.c | 2468 @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 D | IScsiImpl.h | 165 #define ISCSI_DRIVER_DATA_FROM_EXT_SCSI_PASS_THRU(PassThru) \ 167 PassThru, \
|
H A D | IScsiDriver.c | 883 EFI_EXT_SCSI_PASS_THRU_PROTOCOL *PassThru; local 897 (VOID **) &PassThru, 906 Private = ISCSI_DRIVER_DATA_FROM_EXT_SCSI_PASS_THRU (PassThru);
|
H A D | IScsiProto.h | 975 @param[in] PassThru The EXT SCSI PASS THRU protocol. 990 IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *PassThru,
|
H A D | IScsiProto.c | 2715 @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 D | ScsiPassThru.h | 373 EFI_SCSI_PASS_THRU_PASSTHRU PassThru; member in struct:_EFI_SCSI_PASS_THRU_PROTOCOL
|
H A D | ScsiPassThruExt.h | 383 EFI_EXT_SCSI_PASS_THRU_PASSTHRU PassThru; member in struct:_EFI_EXT_SCSI_PASS_THRU_PROTOCOL
|
H A D | AtaPassThru.h | 460 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 D | ScsiBus.c | 60 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 D | AtaPassThruExecute.c | 98 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 187 milliseconds