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.c106 .flags = {.pipe_bof = 1,.short_frames_ok = 1,.short_xfer_ok = 1,.ext_buffer = 1,},
119 .flags = {.pipe_bof = 1,.force_short_xfer = 1,.ext_buffer = 1,},
131 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,.no_pipe_ok = 1,},
143 .flags = {.pipe_bof = 1,.force_short_xfer = 1,.no_pipe_ok = 1,},
159 .flags = {.pipe_bof = 1,.short_frames_ok = 1,.short_xfer_ok = 1,},
172 .flags = {.pipe_bof = 1,},
184 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,.no_pipe_ok = 1,},
196 .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.c130 .flags = {.pipe_bof = 1,.force_short_xfer = 1,},
139 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,},
147 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,.no_pipe_ok = 1,},
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c357 .flags = {.pipe_bof = 1,.no_pipe_ok = 1, },
366 .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.c2891 (xfer->flags.pipe_bof)) { in usbd_callback_wrapper_sub()
2904 if (xfer->flags.pipe_bof) { in usbd_callback_wrapper_sub()
Dusb_hub.c123 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,},
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c841 cfg[0].flags.pipe_bof = 1; in usb_setup_endpoint_agg()