Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dehci.c3381 int offs = 0, trans_count = 0; in ehci_alloc_itd_chain() local
3438 EHCI_ITD_SET_LEN(xfer->frlengths[trans_count]) | in ehci_alloc_itd_chain()
3443 offs += xfer->frlengths[trans_count]; in ehci_alloc_itd_chain()
3444 trans_count++; in ehci_alloc_itd_chain()
3446 if (trans_count >= xfer->nframes) { /*Set IOC*/ in ehci_alloc_itd_chain()