Searched refs:no_pipe_ok (Results 1 – 8 of 8) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/ |
D | if_cdce.c | 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,}, 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,},
|
D | if_urndis.c | 113 .flags = {.short_xfer_ok = 1,.no_pipe_ok = 1,},
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usbdi.h | 199 uint8_t no_pipe_ok:1; /* set if "USB_ERR_NO_PIPE" error can member
|
D | usb_transfer.c | 1017 if (setup->flags.no_pipe_ok) in usbd_transfer_setup()
|
/third_party/FreeBSD/sys/dev/usb/input/ |
D | uhid.c | 357 .flags = {.pipe_bof = 1,.no_pipe_ok = 1, },
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
D | u3g.c | 147 .flags = {.pipe_bof = 1,.short_xfer_ok = 1,.no_pipe_ok = 1,},
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_usb.c | 843 cfg[0].flags.no_pipe_ok = 1; in usb_setup_endpoint_agg()
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
D | umass.c | 714 .flags = {.short_xfer_ok = 1,.no_pipe_ok = 1,},
|