Searched refs:force_short_xfer (Results 1 - 12 of 12) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_handle_request.c | 95 xfer->flags.force_short_xfer = 0; in usb_handle_request_callback() 733 xfer->flags.force_short_xfer = 1; in usb_handle_request() 739 xfer->flags.force_short_xfer = 0; in usb_handle_request()
|
H A D | usb_generic.c | 212 usb_config[0].flags.force_short_xfer = 1; in ugen_open_pipe_write() 1048 xfer->flags.force_short_xfer = 1; in ugen_fs_copy_in() 1050 xfer->flags.force_short_xfer = 0; in ugen_fs_copy_in()
|
H A D | usb_transfer.c | 1541 if (xfer->flags.force_short_xfer) { in usbd_setup_ctrl_transfer() 1548 "force_short_xfer set\n"); in usbd_setup_ctrl_transfer() 3427 xfer->flags.force_short_xfer = 1; in usbd_xfer_set_flag() 3446 xfer->flags.force_short_xfer = 0; in usbd_xfer_clr_flag()
|
H A D | usbdi.h | 187 uint8_t force_short_xfer:1; /* force a short transmit transfer member
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 849 cfg[0].flags.force_short_xfer = 1; in usb_setup_endpoint_agg() 1620 xfer->flags.force_short_xfer = 0; in usb_linux_isoc_callback() 1734 xfer->flags.force_short_xfer = 0; in usb_linux_non_isoc_callback() 1778 xfer->flags.force_short_xfer = 1; in usb_linux_non_isoc_callback()
|
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | if_cdce.c | 118 .flags = {.pipe_bof = 1,.force_short_xfer = 1,.ext_buffer = 1,}, 142 .flags = {.pipe_bof = 1,.force_short_xfer = 1,.no_pipe_ok = 1,}, 195 .flags = {.pipe_bof = 1,.force_short_xfer = 1,.no_pipe_ok = 1,},
|
H A D | if_axge.c | 92 .flags = {.pipe_bof = 1,.force_short_xfer = 1,},
|
H A D | if_axe.c | 166 .flags = {.pipe_bof = 1,.force_short_xfer = 1,},
|
H A D | if_urndis.c | 99 .force_short_xfer = 1,
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | u3g.c | 128 .flags = {.pipe_bof = 1,.force_short_xfer = 1,},
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 2167 temp.shortpkt = xfer->flags.force_short_xfer ? 0 : 1; in xhci_setup_generic_chain() 3689 * a zero length packet in case the "force_short_xfer" flag is in xhci_xfer_setup()
|
H A D | ehci.c | 1802 temp.shortpkt = (xfer->flags.force_short_xfer) ? 0 : 1; in ehci_setup_standard_chain() 3464 * with a zero length packet in case the "force_short_xfer"
|
Completed in 25 milliseconds