Searched defs:ntrb (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | xhcivar.h | 42 size_t ntrb; /* Number of associated TRBs */ member 48 size_t ntrb; member
|
H A D | xhci.c | 1211 int ntrb, i; in xhci_xfer_done() local 1804 xhci_ring_alloc(struct xhci_softc *sc, struct xhci_ring *ring, size_t ntrb, in xhci_ring_alloc() 3041 int s, i, ntrb, zerotd = 0; in xhci_device_generic_start() local 3187 int s, i, j, ntrb = xfer->nframes; in xhci_device_isoc_start() local
|