Searched defs:TRBType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.c914 UINT8 TRBType; local
1006 TRBType = (UINT8) (TRBPtr->Type);
1007 if ((TRBType == TRB_TYPE_DATA_STAGE) ||
1008 (TRBType == TRB_TYPE_NORMAL) ||
1009 (TRBType == TRB_TYPE_ISOCH)) {

Completed in 38 milliseconds