Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_core.h109 uint8_t short_frames_ok:1; /* filtered version */ member
H A Dusb_pf.c273 if (flags->short_frames_ok == 1) in usbpf_aggregate_xferflags()
317 if (flags->short_frames_ok == 1) in usbpf_aggregate_status()
H A Dusb_transfer.c1844 xfer->flags_int.short_frames_ok = 0; in usbd_transfer_submit()
1861 if (xfer->flags.short_frames_ok) { in usbd_transfer_submit()
1863 xfer->flags_int.short_frames_ok = 1; in usbd_transfer_submit()
1882 xfer->flags_int.short_frames_ok = 1; in usbd_transfer_submit()
3635 xfer->flags.short_frames_ok = 1; in usbd_xfer_set_flag()
3654 xfer->flags.short_frames_ok = 0; in usbd_xfer_clr_flag()
H A Dusbdi.h197 uint8_t short_frames_ok:1; /* allow short frames */ member
H A Dusb_generic.c1370 xfer->flags.short_frames_ok = 1; in ugen_fs_copy_in()
1372 xfer->flags.short_frames_ok = 0; in ugen_fs_copy_in()
/freebsd/sys/dev/usb/net/
H A Dif_ipheth.c100 .flags = {.short_frames_ok = 1,.short_xfer_ok = 1,.ext_buffer = 1,},
H A Dif_cdce.c142 .flags = {.pipe_bof = 1,.short_frames_ok = 1,.short_xfer_ok = 1,.ext_buffer = 1,},
195 .flags = {.pipe_bof = 1,.short_frames_ok = 1,.short_xfer_ok = 1,},
/freebsd/sys/dev/usb/input/
H A Duhid_snes.c142 .flags = {.short_xfer_ok = 1, .short_frames_ok = 1,
/freebsd/sys/dev/usb/controller/
H A Dohci.c862 if (xfer->flags_int.short_frames_ok) { in ohci_non_isoc_done_sub()
1041 if (xfer->flags_int.short_frames_ok) { in ohci_check_transfer()
1407 temp.setup_alt_next = xfer->flags_int.short_frames_ok; in ohci_setup_standard_chain()
H A Datmegadci.c797 temp.setup_alt_next = xfer->flags_int.short_frames_ok || in atmegadci_setup_standard_chain()
994 if (xfer->flags_int.short_frames_ok || in atmegadci_standard_done_sub()
H A Davr32dci.c768 temp.setup_alt_next = xfer->flags_int.short_frames_ok || in avr32dci_setup_standard_chain()
971 if (xfer->flags_int.short_frames_ok || in avr32dci_standard_done_sub()
H A Duss820dci.c899 temp.setup_alt_next = xfer->flags_int.short_frames_ok || in uss820dci_setup_standard_chain()
1143 if (xfer->flags_int.short_frames_ok || in uss820dci_standard_done_sub()
H A Duhci.c1127 if (xfer->flags_int.short_frames_ok) { in uhci_non_isoc_done_sub()
1360 if (xfer->flags_int.short_frames_ok) { in uhci_check_transfer()
1664 temp.setup_alt_next = xfer->flags_int.short_frames_ok; in uhci_setup_standard_chain()
H A Dehci.c1141 if (xfer->flags_int.short_frames_ok) { in ehci_non_isoc_done_sub()
1365 if (xfer->flags_int.short_frames_ok) { in ehci_check_transfer()
1764 temp.setup_alt_next = xfer->flags_int.short_frames_ok; in ehci_setup_standard_chain()
H A Dxhci.c733 if (xfer->flags_int.short_frames_ok || in xhci_generic_done_sub()
992 if (xfer->flags_int.short_frames_ok || in xhci_check_transfer()
1998 xfer->flags_int.short_frames_ok; in xhci_setup_generic_chain()
H A Dmusb_otg.c2421 temp.setup_alt_next = xfer->flags_int.short_frames_ok || in musbotg_setup_standard_chain()
2727 if (xfer->flags_int.short_frames_ok || in musbotg_standard_done_sub()
H A Ddwc_otg.c3146 temp.setup_alt_next = xfer->flags_int.short_frames_ok || in dwc_otg_setup_standard_chain()
3542 if (xfer->flags_int.short_frames_ok || in dwc_otg_standard_done_sub()