Searched refs:ntrbs (Results 1 – 1 of 1) sorted by relevance
2748 u_int ntrbs; in xhci_allocx() local2752 ntrbs = uimax(3, nframes); in xhci_allocx()2753 const size_t trbsz = sizeof(*xx->xx_trb) * ntrbs; in xhci_allocx()2758 if (ntrbs > 0) { in xhci_allocx()2760 xx->xx_ntrb = ntrbs; in xhci_allocx()3088 void *cookie, struct xhci_soft_trb * const trbs, size_t ntrbs) in xhci_ring_put() argument3101 KASSERTMSG(ntrbs < xr->xr_ntrb, "ntrbs %zu, xr->xr_ntrb %u", in xhci_ring_put()3102 ntrbs, xr->xr_ntrb); in xhci_ring_put()3103 for (i = 0; i < ntrbs; i++) { in xhci_ring_put()3132 for (i = 0; i < ntrbs; ) { in xhci_ring_put()