Searched refs:TTPortNum (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.c1793 //if the Full/Low device attached to a High Speed Hub, Init the TTPortNum and TTHubSlotId field of slot context
1796 if ((ParentDeviceContext->Slot.TTPortNum == 0) &&
1803 InputContext->Slot.TTPortNum = ParentPort;
1810 InputContext->Slot.TTPortNum = ParentDeviceContext->Slot.TTPortNum;
1986 //if the Full/Low device attached to a High Speed Hub, Init the TTPortNum and TTHubSlotId field of slot context
1989 if ((ParentDeviceContext->Slot.TTPortNum == 0) &&
1996 InputContext->Slot.TTPortNum = ParentPort;
2003 InputContext->Slot.TTPortNum = ParentDeviceContext->Slot.TTPortNum;
[all...]
H A DXhciSched.h573 UINT32 TTPortNum:8; member in struct:_SLOT_CONTEXT
601 UINT32 TTPortNum:8; member in struct:_SLOT_CONTEXT_64

Completed in 53 milliseconds