/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/ |
H A D | IpSecDebug.h | 24 #define IPSEC_DUMP_PACKET(Packet, Direction, IpVersion) IpSecDumpPacket (Packet, Direction, IpVersion) 66 @param[in] Direction Point to the IKE packet is inbound or outbound. 73 IN EFI_IPSEC_TRAFFIC_DIR Direction,
|
H A D | IpSecDebug.c | 192 @param[in] Direction Point to the IKE packet is inbound or outbound. 199 IN EFI_IPSEC_TRAFFIC_DIR Direction, 211 InitCookie = (Direction == EfiIPsecOutBound) ? HTONLL (Packet->Header->InitiatorCookie) : Packet->Header->InitiatorCookie; 212 RespCookie = (Direction == EfiIPsecOutBound) ? HTONLL (Packet->Header->ResponderCookie) : Packet->Header->ResponderCookie; 248 if (Direction == EfiIPsecOutBound) { 197 IpSecDumpPacket( IN IKE_PACKET *Packet, IN EFI_IPSEC_TRAFFIC_DIR Direction, IN UINT8 IpVersion ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/ |
H A D | BotPeim.c | 96 @param Direction The direction of the data. 111 IN EFI_USB_DATA_DIRECTION Direction, 130 Cbw.Flags = (UINT8) ((Direction == EfiUsbDataIn) ? 0x80 : 0); 168 @param Direction The direction of the data. 182 IN EFI_USB_DATA_DIRECTION Direction, 204 if (Direction == EfiUsbDataIn) { 319 @param Direction The direction of the data. 335 IN EFI_USB_DATA_DIRECTION Direction, 354 Direction, 364 switch (Direction) { 105 BotCommandPhase( IN EFI_PEI_SERVICES **PeiServices, IN PEI_BOT_DEVICE *PeiBotDev, IN VOID *Command, IN UINT8 CommandSize, IN UINT32 DataTransferLength, IN EFI_USB_DATA_DIRECTION Direction, IN UINT16 Timeout ) argument 177 BotDataPhase( IN EFI_PEI_SERVICES **PeiServices, IN PEI_BOT_DEVICE *PeiBotDev, IN UINT32 *DataSize, IN OUT VOID *DataBuffer, IN EFI_USB_DATA_DIRECTION Direction, IN UINT16 Timeout ) argument 328 PeiAtapiCommand( IN EFI_PEI_SERVICES **PeiServices, IN PEI_BOT_DEVICE *PeiBotDev, IN VOID *Command, IN UINT8 CommandSize, IN VOID *DataBuffer, IN UINT32 BufferLength, IN EFI_USB_DATA_DIRECTION Direction, IN UINT16 TimeOutInMilliSeconds ) argument [all...] |
H A D | UsbBotPeim.h | 213 @param Direction The direction of the data. 229 IN EFI_USB_DATA_DIRECTION Direction,
|
H A D | UsbPeim.h | 68 @param Direction Specifies the data direction for the data stage. 86 IN EFI_USB_DATA_DIRECTION Direction,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/ |
H A D | Callback.c | 393 @param Direction Direction of data flow for this memory's usage: 404 IN UINT32 Direction, 424 switch (Direction) { 487 @param Direction Direction of data flow for this memory's usage: 498 IN UINT32 Direction, 541 @param Direction Direction of data flow for this memory's usage: 552 IN UINT32 Direction, 400 SnpUndi32CallbackMap( IN UINT64 UniqueId, IN UINT64 CpuAddr, IN UINT32 NumBytes, IN UINT32 Direction, IN OUT UINT64 DeviceAddrPtr ) argument 494 SnpUndi32CallbackUnmap( IN UINT64 UniqueId, IN UINT64 CpuAddr, IN UINT32 NumBytes, IN UINT32 Direction, IN UINT64 DeviceAddr ) argument 548 SnpUndi32CallbackSync( IN UINT64 UniqueId, IN UINT64 CpuAddr, IN UINT32 NumBytes, IN UINT32 Direction, IN UINT64 DeviceAddr ) argument [all...] |
H A D | Snp.h | 437 @param Direction - direction of data flow for this memory's usage: 448 IN UINT32 Direction, 461 @param Direction direction of data flow for this memory's usage: 472 IN UINT32 Direction, 492 @param Direction direction of data flow for this memory's usage: 503 IN UINT32 Direction,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/ |
H A D | UsbIoPeim.c | 26 @param Direction Specifies the data direction for the data stage. 44 IN EFI_USB_DATA_DIRECTION Direction, 64 Direction, 79 Direction, 40 PeiUsbControlTransfer( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *This, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION Direction, IN UINT32 Timeout, IN OUT VOID *Data, OPTIONAL IN UINTN DataLength OPTIONAL ) argument
|
H A D | UsbPeim.h | 73 @param Direction Specifies the data direction for the data stage. 91 IN EFI_USB_DATA_DIRECTION Direction,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Ppi/ |
H A D | UsbIo.h | 47 @param[in] Direction Specifies the data direction for the transfer. There 74 IN EFI_USB_DATA_DIRECTION Direction,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | TapeIo.h | 143 @param Direction Direction and number of data blocks or filemarks to space over on media. 167 IN INTN Direction,
|
H A D | UsbIo.h | 105 @param Direction Indicates the data direction. 125 IN EFI_USB_DATA_DIRECTION Direction,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/ |
H A D | EhciUrb.c | 242 if ((Ep->DevSpeed == EFI_USB_SPEED_HIGH) && (Ep->Direction == EfiUsbDataOut)) { 398 if (Ep->Direction == EfiUsbDataIn) { 421 if (Ep->Direction == EfiUsbDataIn) { 433 if (Ep->Direction == EfiUsbDataIn) { 444 if (Ep->Direction == EfiUsbDataIn) { 580 Ep->Direction = (((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut); 630 if (Ep->Direction == EfiUsbDataIn) {
|
H A D | EhciSched.c | 57 Ep.Direction = EfiUsbDataIn; 761 EFI_USB_DATA_DIRECTION Direction; local 763 Direction = (((EpNum & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut); 770 (Urb->Ep.Direction == Direction)) { 845 if (Urb->Ep.Direction == EfiUsbDataIn) {
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/ |
H A D | EhciUrb.c | 236 if ((Ep->DevSpeed == EFI_USB_SPEED_HIGH) && (Ep->Direction == EfiUsbDataOut)) { 372 if (Ep->Direction == EfiUsbDataIn) { 395 if (Ep->Direction == EfiUsbDataIn) { 407 if (Ep->Direction == EfiUsbDataIn) { 417 if (Ep->Direction == EfiUsbDataIn) { 545 Ep->Direction = (((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
H A D | UsbDesc.h | 88 @param Direction The direction of data transfer. 104 IN EFI_USB_DATA_DIRECTION Direction,
|
H A D | UsbUtility.h | 151 @param Direction The direction of data stage. 169 IN EFI_USB_DATA_DIRECTION Direction,
|
H A D | UsbDesc.c | 404 @param Direction The direction of data transfer. 420 IN EFI_USB_DATA_DIRECTION Direction, 437 DevReq.RequestType = USB_REQUEST_TYPE (Direction, Type, Target); 450 Direction, 418 UsbCtrlRequest( IN USB_DEVICE *UsbDev, IN EFI_USB_DATA_DIRECTION Direction, IN UINTN Type, IN UINTN Target, IN UINTN Request, IN UINT16 Value, IN UINT16 Index, IN OUT VOID *Buf, IN UINTN Length ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/ |
H A D | Ip4Input.h | 220 @param[in] Direction The directionality in an SPD entry, 240 IN EFI_IPSEC_TRAFFIC_DIR Direction,
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/ |
H A D | Ip6Input.h | 150 @param[in] Direction The directionality in an SPD entry, 171 IN EFI_IPSEC_TRAFFIC_DIR Direction,
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIDnDHandler.h | 58 enum Direction enum in class:UIDnDHandler
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/ |
H A D | XhciSched.c | 166 Ep->Direction = ((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut; 219 Dci = XhcEndpointToDci (Urb->Ep.EpAddr, (UINT8)(Urb->Ep.Direction)); 251 if (Urb->Ep.Direction == EfiUsbDataIn) { 253 } else if (Urb->Ep.Direction == EfiUsbDataOut) { 280 if (Urb->Ep.Direction == EfiUsbDataIn) { 282 } else if (Urb->Ep.Direction == EfiUsbDataOut) { 303 if (Urb->Ep.Direction == EfiUsbDataIn) { 305 } else if (Urb->Ep.Direction == EfiUsbDataOut) { 556 Dci = XhcEndpointToDci (Urb->Ep.EpAddr, (UINT8)(Urb->Ep.Direction)); 1099 Dci = XhcEndpointToDci (Urb->Ep.EpAddr, (UINT8)(Urb->Ep.Direction)); 1148 EFI_USB_DATA_DIRECTION Direction; local 2318 UINT8 Direction; local 2510 UINT8 Direction; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/ |
H A D | AtapiPassThru.h | 197 DATA_DIRECTION Direction; member in struct:__anon12600 1146 DATA_DIRECTION Direction, 1166 Direction: Indicates the data transfer direction. 1501 DATA_DIRECTION Direction, 1517 Direction: Indicates the data transfer direction.
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/ |
H A D | UhciQueue.h | 154 @param Direction Direction of the data transfer. 168 IN EFI_USB_DATA_DIRECTION Direction,
|
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/ |
H A D | E100b.h | 654 UINT32 Direction, UINT64 mapped_addr); 656 UINT32 Direction, UINT64 mapped_addr); 658 UINT32 size, UINT32 Direction, UINT64 mapped_addr);
|