HomeSort by relevance Sort by last modified time
    Searched refs:Trb (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Transfer.c 53 // set cycle bit in Link TRB as normal
70 // Clear the Trb context for enqueue, but reserve the PCS bit which indicates free Trb.
133 @param NewEvtTrb The new event TRB found.
135 @retval EFI_SUCCESS Found a new event TRB at the event ring.
173 Check if the Trb is a transaction of the URB.
176 @param Trb The TRB to be checked.
185 IN TRB_TEMPLATE *Trb
196 if (Trb == CheckedTrb) {
    [all...]
DebugCommunicationLibUsb3Internal.h 141 // 6.4.5 TRB Completion Codes
153 // 6.4.6 TRB Types
263 // 6.4.1.1 Normal TRB: 16 bytes
264 // A Normal TRB is used in several ways; exclusively on Bulk and Interrupt Transfer Rings for normal and
291 // 6.4.2.1 Transfer Event TRB: 16 bytes
292 // A Transfer Event provides the completion status associated with a Transfer TRB. Refer to section 4.11.3.1
314 // 6.4.4.1 Link TRB: 16 bytes
315 // A Link TRB provides support for non-contiguous TRB Rings.
336 // TRB Template: 16 bytes
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.c 19 Create a command transfer TRB to support XHCI command interfaces.
22 @param CmdTrb The cmd TRB to be executed.
54 Execute a XHCI cmd TRB pointed by CmdTrb.
57 @param CmdTrb The cmd TRB to be executed.
60 @param EvtTrb The event TRB corresponding to the cmd TRB.
213 Create a transfer TRB.
216 @param Urb The urb used to construct the transfer TRB.
218 @return Created TRB or NULL
232 TRB *TrbStart;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.c 21 Create a command transfer TRB to support XHCI command interfaces.
24 @param CmdTrb The cmd TRB to be executed.
56 Execute a XHCI cmd TRB pointed by CmdTrb.
59 @param CmdTrb The cmd TRB to be executed.
62 @param EvtTrb The event TRB corresponding to the cmd TRB.
207 Create a transfer TRB.
210 @param Urb The urb used to construct the transfer TRB.
212 @return Created TRB or NULL
226 TRB *TrbStart;
    [all...]

Completed in 1620 milliseconds