Home
last modified time | relevance | path

Searched refs:force_short_xfer (Results 1 - 12 of 12) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_handle_request.c95 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 Dusb_generic.c212 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 Dusb_transfer.c1541 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 Dusbdi.h187 uint8_t force_short_xfer:1; /* force a short transmit transfer member
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c849 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 Dif_cdce.c118 .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 Dif_axge.c92 .flags = {.pipe_bof = 1,.force_short_xfer = 1,},
H A Dif_axe.c166 .flags = {.pipe_bof = 1,.force_short_xfer = 1,},
H A Dif_urndis.c99 .force_short_xfer = 1,
/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c128 .flags = {.pipe_bof = 1,.force_short_xfer = 1,},
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c2167 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 Dehci.c1802 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