Home
last modified time | relevance | path

Searched refs:trb (Results 1 – 2 of 2) sorted by relevance

/devicemodel/hw/pci/
A Dxhci.c2514 XHCI_TRB_3_EP_GET(trb->dwTrb3), trb->dwTrb3 & 0x1); in pci_xhci_cmd_set_tr()
2681 if (!trb) { in pci_xhci_complete_commands()
2697 type, trb->qwTrb0, trb->dwTrb2, trb->dwTrb3, in pci_xhci_complete_commands()
2810 trb = pci_xhci_trb_next(xdev, trb, &crcr); in pci_xhci_complete_commands()
2811 if (!trb) { in pci_xhci_complete_commands()
2858 trb->qwTrb0, trb->dwTrb2, trb->dwTrb3); in pci_xhci_dump_trb()
2911 if (!trb) { in pci_xhci_xfer_complete()
2935 trb->dwTrb3 = (trb->dwTrb3 & ~0x1) | (hcb->ccs); in pci_xhci_xfer_complete()
3275 trb = pci_xhci_trb_next(xdev, trb, &addr); in pci_xhci_handle_transfer()
3276 if (!trb) { in pci_xhci_handle_transfer()
[all …]
/devicemodel/include/
A Dxhci.h398 struct xhci_trb trb[(XHCI_MAX_STREAMS * member

Completed in 12 milliseconds