Searched refs:transfer_flags (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/xen/interface/io/
H A Dusbif.h189 uint16_t transfer_flags; member in struct:usbif_urb_request
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c606 urb->transfer_flags |= URB_WAIT_WAKEUP;
607 urb->transfer_flags &= ~URB_IS_SLEEPING;
620 while (urb->transfer_flags & URB_WAIT_WAKEUP) {
621 urb->transfer_flags |= URB_IS_SLEEPING;
623 urb->transfer_flags &= ~URB_IS_SLEEPING;
1310 if (urb->transfer_flags & URB_IS_SLEEPING) {
1313 urb->transfer_flags &= ~URB_WAIT_WAKEUP;
1363 if (urb->transfer_flags & URB_SHORT_NOT_OK) {
1393 if (urb->transfer_flags & URB_SHORT_NOT_OK) {
1552 if (urb->transfer_flags
[all...]
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h254 uint16_t transfer_flags; /* (in) */ member in struct:urb

Completed in 70 milliseconds