Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dehci.c2354 int mps, i, iscontrol, forceshort; in ehci_alloc_sqtd_chain() local
2370 forceshort = ((xfer->flags & USBD_FORCE_SHORT_XFER) || len == 0) && in ehci_alloc_sqtd_chain()
2423 if (len != 0 || forceshort) { in ehci_alloc_sqtd_chain()
2464 if (! forceshort) in ehci_alloc_sqtd_chain()
2466 forceshort = 0; in ehci_alloc_sqtd_chain()