Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dxhcivar.h54 u_int xx_ntrb; member
H A Dxhci.c523 KASSERTMSG(idx < xx->xx_ntrb, "idx=%u xx_ntrb=%u", idx, xx->xx_ntrb); in xhci_xfer_put_trb()
2739 xx->xx_ntrb = ntrbs; in xhci_allocx()
2765 if (xx->xx_ntrb > 0) { in xhci_freex()
2766 kmem_free(xx->xx_trb, xx->xx_ntrb * sizeof(*xx->xx_trb)); in xhci_freex()
2768 xx->xx_ntrb = 0; in xhci_freex()
3177 KASSERT(ntrb <= xx->xx_ntrb); in xhci_ring_put_xfer()