Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/net/
Dif_cdce.c107 .flags = {.pipe_bof = 1,.short_frames_ok = 1,.short_xfer_ok = 1,.ext_buffer = 1,},
120 .flags = {.pipe_bof = 1,.force_short_xfer = 1,.ext_buffer = 1,},
132 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,.no_pipe_ok = 1,},
144 .flags = {.pipe_bof = 1,.force_short_xfer = 1,.no_pipe_ok = 1,},
161 .flags = {.pipe_bof = 1,.short_frames_ok = 1,.short_xfer_ok = 1,},
174 .flags = {.pipe_bof = 1,},
186 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,.no_pipe_ok = 1,},
198 .flags = {.pipe_bof = 1,.force_short_xfer = 1,.no_pipe_ok = 1,},
Dif_axge.c93 .flags = {.pipe_bof = 1,.force_short_xfer = 1,},
102 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,},
Dif_axe.c168 .flags = {.pipe_bof = 1,.force_short_xfer = 1,},
177 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,},
/third_party/FreeBSD/sys/dev/usb/serial/
Du3g.c131 .flags = {.pipe_bof = 1,.force_short_xfer = 1,},
140 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,},
148 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,.no_pipe_ok = 1,},
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c356 .flags = {.pipe_bof = 1,.no_pipe_ok = 1, },
365 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,},
/third_party/FreeBSD/sys/dev/usb/
Dusbdi.h193 uint8_t pipe_bof:1; /* block pipe on failure */ member
Dusb_transfer.c2923 (xfer->flags.pipe_bof)) { in usbd_callback_wrapper_sub()
2937 if (xfer->flags.pipe_bof) { in usbd_callback_wrapper_sub()
Dusb_hub.c124 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,},
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c845 cfg[0].flags.pipe_bof = 1; in usb_setup_endpoint_agg()