Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusbdi.h193 struct usb_xfer_flags { struct
196 uint8_t short_xfer_ok:1; /* allow short receive transfers */
197 uint8_t short_frames_ok:1; /* allow short frames */
198 uint8_t pipe_bof:1; /* block pipe on failure */
199 uint8_t proxy_buffer:1; /* makes buffer size a factor of
201 uint8_t ext_buffer:1; /* uses external DMA buffer */
202 uint8_t manual_status:1; /* non automatic status stage on
204 uint8_t no_pipe_ok:1; /* set if "USB_ERR_NO_PIPE" error can
206 uint8_t stall_pipe:1; /* set if the endpoint belonging to
209 uint8_t pre_scale_frames:1; /* "usb_config->frames" is
[all …]