TianoCore EDK2 master
|
Data Fields | |
UINT32 | Signature |
LIST_ENTRY | UrbList |
USB_ENDPOINT | Ep |
EFI_USB_DEVICE_REQUEST * | Request |
VOID * | RequestPhy |
VOID * | RequestMap |
VOID * | Data |
UINTN | DataLen |
VOID * | DataPhy |
VOID * | DataMap |
EFI_ASYNC_USB_TRANSFER_CALLBACK | Callback |
VOID * | Context |
EHC_QH * | Qh |
UINT32 | Result |
UINTN | Completed |
UINT8 | DataToggle |
TRANSFER_RING * | Ring |
TRB_TEMPLATE * | TrbStart |
TRB_TEMPLATE * | TrbEnd |
UINTN | TrbNum |
BOOLEAN | StartDone |
BOOLEAN | EndDone |
BOOLEAN | Finished |
TRB_TEMPLATE * | EvtTrb |
EFI_PHYSICAL_ADDRESS | Data |
UINT32 | DataLen |
UINT32 | Completed |
EFI_PHYSICAL_ADDRESS | Ring |
EFI_PHYSICAL_ADDRESS | Trb |
EFI_USB_DATA_DIRECTION | Direction |
EFI_ASYNC_USB_TRANSFER_CALLBACK _URB::Callback |
UINT32 _URB::Completed |
Definition at line 440 of file DebugCommunicationLibUsb3Internal.h.
EFI_PHYSICAL_ADDRESS _URB::Data |
Definition at line 430 of file DebugCommunicationLibUsb3Internal.h.
UINT32 _URB::DataLen |
Definition at line 431 of file DebugCommunicationLibUsb3Internal.h.
EFI_USB_DATA_DIRECTION _URB::Direction |
Definition at line 447 of file DebugCommunicationLibUsb3Internal.h.
BOOLEAN _URB::EndDone |
Definition at line 199 of file XhciSched.h.
USB_ENDPOINT _URB::Ep |
TRB_TEMPLATE * _URB::EvtTrb |
Definition at line 202 of file XhciSched.h.
BOOLEAN _URB::Finished |
Definition at line 200 of file XhciSched.h.
EFI_USB_DEVICE_REQUEST * _URB::Request |
TRANSFER_RING * _URB::Ring |
Definition at line 194 of file XhciSched.h.
EFI_PHYSICAL_ADDRESS _URB::Ring |
Definition at line 444 of file DebugCommunicationLibUsb3Internal.h.
BOOLEAN _URB::StartDone |
Definition at line 198 of file XhciSched.h.
EFI_PHYSICAL_ADDRESS _URB::Trb |
Definition at line 445 of file DebugCommunicationLibUsb3Internal.h.
TRB_TEMPLATE * _URB::TrbEnd |
Definition at line 196 of file XhciSched.h.
UINTN _URB::TrbNum |
Definition at line 197 of file XhciSched.h.
TRB_TEMPLATE * _URB::TrbStart |
Definition at line 195 of file XhciSched.h.
LIST_ENTRY _URB::UrbList |