Searched defs:_PEI_URB (Results 1 – 1 of 1) sorted by relevance
206 struct _PEI_URB { struct207 UINT32 Signature;208 EFI_LIST_ENTRY UrbList;213 USB_ENDPOINT Ep;214 EFI_USB_DEVICE_REQUEST *Request; // Control transfer only215 VOID *RequestPhy; // Address of the mapped request216 VOID *RequestMap;217 VOID *Data;218 UINTN DataLen;219 VOID *DataPhy; // Address of the mapped user data[all …]