Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c251 unsigned int trb_count; member
1174 xfer->trb_count = length; in xhci_ep_alloc_xfer()
1218 t->trb_count = 0; in xhci_ep_nuke_one_xfer()
1444 qemu_sglist_init(&xfer->sgl, DEVICE(xhci), xfer->trb_count, xhci->as); in xhci_xfer_create_sgl()
1445 for (i = 0; i < xfer->trb_count; i++) { in xhci_xfer_create_sgl()
1504 for (i = 0; i < xfer->trb_count; i++) { in xhci_xfer_report()
1689 trb_status = &xfer->trbs[xfer->trb_count-1]; in xhci_fire_ctl_transfer()
1695 if (TRB_TYPE(*trb_status) == TR_EVDATA && xfer->trb_count > 2) { in xhci_fire_ctl_transfer()