Searched refs:trb_count (Results 1 – 3 of 3) sorted by relevance
313 unsigned trb_count; /* TRB number in the chain */ member
197 req->trb_count * sizeof(struct mv_u3d_trb_hw), in mv_u3d_done()422 req->trb_count = 1; in mv_u3d_req_to_trb()450 req->trb_count++; in mv_u3d_req_to_trb()496 req->trb_count = 0; in mv_u3d_start_queue()
251 unsigned int trb_count; member1166 xfer->trb_count = length; in xhci_ep_alloc_xfer()1210 t->trb_count = 0; in xhci_ep_nuke_one_xfer()1436 qemu_sglist_init(&xfer->sgl, DEVICE(xhci), xfer->trb_count, xhci->as); in xhci_xfer_create_sgl()1437 for (i = 0; i < xfer->trb_count; i++) { in xhci_xfer_create_sgl()1496 for (i = 0; i < xfer->trb_count; i++) { in xhci_xfer_report()1681 trb_status = &xfer->trbs[xfer->trb_count-1]; in xhci_fire_ctl_transfer()1687 if (TRB_TYPE(*trb_status) == TR_EVDATA && xfer->trb_count > 2) { in xhci_fire_ctl_transfer()