Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/usb/
HDusb_core.h109 uint8_t short_frames_ok:1; /* filtered version */ member
HDusb_pf.c267 if (flags->short_frames_ok == 1) in usbpf_aggregate_xferflags()
311 if (flags->short_frames_ok == 1) in usbpf_aggregate_status()
HDusb_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()
HDusbdi.h197 uint8_t short_frames_ok:1; /* allow short frames */ member
HDusb_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-head/sys/dev/usb/net/
HDif_ipheth.c99 .flags = {.short_frames_ok = 1,.short_xfer_ok = 1,.ext_buffer = 1,},
HDif_cdce.c141 .flags = {.pipe_bof = 1,.short_frames_ok = 1,.short_xfer_ok = 1,.ext_buffer = 1,},
194 .flags = {.pipe_bof = 1,.short_frames_ok = 1,.short_xfer_ok = 1,},
/freebsd-head/sys/dev/usb/input/
HDuhid_snes.c142 .flags = {.short_xfer_ok = 1, .short_frames_ok = 1,
/freebsd-head/sys/dev/usb/controller/
HDohci.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()
HDatmegadci.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()
HDavr32dci.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()
HDuss820dci.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()
HDuhci.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()
HDehci.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()
HDxhci.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()
HDmusb_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()
HDdwc_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()