Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_pf.c224 if (flags->short_frames_ok == 1) in usbpf_aggregate_xferflags()
268 if (flags->short_frames_ok == 1) in usbpf_aggregate_status()
H A Dusb_core.h105 uint8_t short_frames_ok:1; /* filtered version */ member
H A Dusb_transfer.c1788 xfer->flags_int.short_frames_ok = 0; in usbd_transfer_submit()
1807 if (xfer->flags.short_frames_ok) { in usbd_transfer_submit()
1809 xfer->flags_int.short_frames_ok = 1; in usbd_transfer_submit()
1828 xfer->flags_int.short_frames_ok = 1; in usbd_transfer_submit()
3500 xfer->flags.short_frames_ok = 1; in usbd_xfer_set_flag()
3519 xfer->flags.short_frames_ok = 0; in usbd_xfer_clr_flag()
H A Dusbdi.h192 uint8_t short_frames_ok:1; /* allow short frames */ member
H A Dusb_generic.c1143 xfer->flags.short_frames_ok = 1; in ugen_fs_copy_in()
1145 xfer->flags.short_frames_ok = 0; in ugen_fs_copy_in()
/dragonfly/sys/bus/u4b/net/
H A Dif_ipheth.c97 .flags = {.short_frames_ok = 1,.short_xfer_ok = 1,.ext_buffer = 1,},
H A Dif_cdce.c131 .flags = {.pipe_bof = 1,.short_frames_ok = 1,.short_xfer_ok = 1,.ext_buffer = 1,},
185 .flags = {.pipe_bof = 1,.short_frames_ok = 1,.short_xfer_ok = 1,},
/dragonfly/sys/bus/u4b/controller/
H A Dohci.c858 if (xfer->flags_int.short_frames_ok) { in ohci_non_isoc_done_sub()
1043 if (xfer->flags_int.short_frames_ok) { in ohci_check_transfer()
1414 temp.setup_alt_next = xfer->flags_int.short_frames_ok; in ohci_setup_standard_chain()
H A Duhci.c1134 if (xfer->flags_int.short_frames_ok) { in uhci_non_isoc_done_sub()
1374 if (xfer->flags_int.short_frames_ok) { in uhci_check_transfer()
1685 temp.setup_alt_next = xfer->flags_int.short_frames_ok; in uhci_setup_standard_chain()
H A Dehci.c1173 if (xfer->flags_int.short_frames_ok) { in ehci_non_isoc_done_sub()
1405 if (xfer->flags_int.short_frames_ok) { in ehci_check_transfer()
1814 temp.setup_alt_next = xfer->flags_int.short_frames_ok; in ehci_setup_standard_chain()
H A Dxhci.c747 if (xfer->flags_int.short_frames_ok || in xhci_generic_done_sub()
1011 if (xfer->flags_int.short_frames_ok || in xhci_check_transfer()
2021 xfer->flags_int.short_frames_ok; in xhci_setup_generic_chain()