Home
last modified time | relevance | path

Searched defs:_PEI_URB (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciUrb.h206 struct _PEI_URB { struct
207 UINT32 Signature;
208 EFI_LIST_ENTRY UrbList;
213 USB_ENDPOINT Ep;
214 EFI_USB_DEVICE_REQUEST *Request; // Control transfer only
215 VOID *RequestPhy; // Address of the mapped request
216 VOID *RequestMap;
217 VOID *Data;
218 UINTN DataLen;
219 VOID *DataPhy; // Address of the mapped user data
[all …]