Home
last modified time | relevance | path

Searched defs:usb_xfer_flags_int (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_core.h88 struct usb_xfer_flags_int { struct
89 enum usb_hc_mode usb_mode; /* shadow copy of "udev->usb_mode" */
90 uint16_t control_rem; /* remainder in bytes */
92 uint8_t open:1; /* set if USB pipe has been opened */
93 uint8_t transferring:1; /* set if an USB transfer is in
95 uint8_t did_dma_delay:1; /* set if we waited for HW DMA */
96 uint8_t did_close:1; /* set if we closed the USB transfer */
97 uint8_t draining:1; /* set if we are draining an USB
99 uint8_t started:1; /* keeps track of started or stopped */
100 uint8_t bandwidth_reclaimed:1;
[all …]