Searched refs:no_pipe_ok (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/usb/net/ |
H A D | if_cdce.c | 166 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,.no_pipe_ok = 1,}, 178 .flags = {.pipe_bof = 1,.force_short_xfer = 1,.no_pipe_ok = 1,}, 219 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,.no_pipe_ok = 1,}, 231 .flags = {.pipe_bof = 1,.force_short_xfer = 1,.no_pipe_ok = 1,},
|
H A D | if_urndis.c | 137 .flags = {.short_xfer_ok = 1,.no_pipe_ok = 1,},
|
/freebsd/sys/dev/usb/serial/ |
H A D | umodem.c | 259 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,.no_pipe_ok = 1,}, 270 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,.no_pipe_ok = 1,},
|
H A D | u3g.c | 166 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,.no_pipe_ok = 1,},
|
/freebsd/sys/dev/usb/ |
H A D | usb_pf.c | 277 if (flags->no_pipe_ok == 1) in usbpf_aggregate_xferflags()
|
H A D | usbdi.h | 204 uint8_t no_pipe_ok:1; /* set if "USB_ERR_NO_PIPE" error can member
|
H A D | usb_transfer.c | 1150 if (setup->flags.no_pipe_ok) in usbd_transfer_setup()
|
/freebsd/sys/dev/usb/input/ |
H A D | uhid.c | 376 .flags = {.pipe_bof = 1,.no_pipe_ok = 1, },
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_mtw.c | 333 .force_short_xfer = 1, .no_pipe_ok = 1,}, 343 .force_short_xfer = 1, .no_pipe_ok = 1,}, 354 .force_short_xfer = 1, .no_pipe_ok = 1,}, 366 .force_short_xfer = 1, .no_pipe_ok = 1,},
|
H A D | if_run.c | 700 .flags = {.pipe_bof = 1,.force_short_xfer = 1,.no_pipe_ok = 1,}, 710 .flags = {.pipe_bof = 1,.force_short_xfer = 1,.no_pipe_ok = 1,},
|
/freebsd/sys/dev/usb/misc/ |
H A D | cp2112.c | 855 .flags = { .pipe_bof = 1, .no_pipe_ok = 1, },
|
/freebsd/sys/dev/sound/usb/ |
H A D | uaudio.c | 598 .flags = {.no_pipe_ok = 1,.short_xfer_ok = 1,}, 631 .flags = {.no_pipe_ok = 1,.short_xfer_ok = 1,}, 675 .flags = {.no_pipe_ok = 1}, 684 .flags = {.short_xfer_ok = 1,.proxy_buffer = 1,.no_pipe_ok = 1},
|
/freebsd/sys/dev/usb/storage/ |
H A D | umass.c | 682 .flags = {.short_xfer_ok = 1,.no_pipe_ok = 1,},
|