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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.h124 VOID *PtrNext; member in struct:__anon10844
515 @param PtrNext Place to the next QH_STRUCT.
521 IN VOID *PtrNext
567 @param PtrNext Place to the next QH_STRUCT.
573 IN VOID *PtrNext
772 @param PtrNext Place to the next TD_STRUCT.
778 IN VOID *PtrNext
H A DUhcPeim.c1254 @param PtrNext Place to the next QH_STRUCT.
1260 IN VOID *PtrNext
1268 PtrQH->QueueHead.QHHorizontalPtr = (UINT32) (UINTN) PtrNext >> 4;
1335 @param PtrNext Place to the next QH_STRUCT.
1341 IN VOID *PtrNext
1349 PtrQH->QueueHead.QHVerticalPtr = (UINT32) (UINTN) PtrNext >> 4;
1870 @param PtrNext Place to the next TD_STRUCT.
1876 IN VOID *PtrNext
1883 PtrTDStruct->TDData.TDLinkPtr = (UINT32) (UINTN) PtrNext >> 4;

Completed in 388 milliseconds