Home
last modified time | relevance | path

Searched refs:short_frames_ok (Results 1 – 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_core.h108 uint8_t short_frames_ok:1; /* filtered version */ member
Dusb_transfer.c1711 xfer->flags_int.short_frames_ok = 0; in usbd_transfer_submit()
1728 if (xfer->flags.short_frames_ok) { in usbd_transfer_submit()
1730 xfer->flags_int.short_frames_ok = 1; in usbd_transfer_submit()
1749 xfer->flags_int.short_frames_ok = 1; in usbd_transfer_submit()
3431 xfer->flags.short_frames_ok = 1; in usbd_xfer_set_flag()
3450 xfer->flags.short_frames_ok = 0; in usbd_xfer_clr_flag()
Dusbdi.h192 uint8_t short_frames_ok:1; /* allow short frames */ member
Dusb_generic.c1044 xfer->flags.short_frames_ok = 1; in ugen_fs_copy_in()
1046 xfer->flags.short_frames_ok = 0; in ugen_fs_copy_in()
/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,},
159 .flags = {.pipe_bof = 1,.short_frames_ok = 1,.short_xfer_ok = 1,},
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c1088 if (xfer->flags_int.short_frames_ok) { in ehci_non_isoc_done_sub()
1307 if (xfer->flags_int.short_frames_ok) { in ehci_check_transfer()
1719 temp.setup_alt_next = xfer->flags_int.short_frames_ok; in ehci_setup_standard_chain()
Dxhci.c739 if (xfer->flags_int.short_frames_ok || in xhci_generic_done_sub()
1000 if (xfer->flags_int.short_frames_ok || in xhci_check_transfer()
1987 xfer->flags_int.short_frames_ok; in xhci_setup_generic_chain()