Home
last modified time | relevance | path

Searched refs:TransferRingOut (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Common.c565 ZeroMem (&Handle->TransferRingOut, sizeof (TRANSFER_RING)); in CreateDebugCapabilityContext()
566 CreateTransferRing (Handle, TR_RING_TRB_NUMBER, &Handle->TransferRingOut); in CreateDebugCapabilityContext()
567 …DebugCapabilityContext->EpOutContext.PtrLo = XHC_LOW_32BIT (Handle->TransferRingOut.RingSeg0) | BI… in CreateDebugCapabilityContext()
568 DebugCapabilityContext->EpOutContext.PtrHi = XHC_HIGH_32BIT (Handle->TransferRingOut.RingSeg0); in CreateDebugCapabilityContext()
DDebugCommunicationLibUsb3Internal.h501 TRANSFER_RING TransferRingOut; member
DDebugCommunicationLibUsb3Transfer.c428 EPRing = &Handle->TransferRingOut; in XhcCreateTransferTrb()