Home
last modified time | relevance | path

Searched refs:hc_max_packet_count (Results 1 – 14 of 14) sorted by relevance

/freebsd-11-stable/sys/dev/usb/
HDusb_transfer.h220 uint8_t hc_max_packet_count; member
HDusb_transfer.c483 (parm->hc_max_packet_count == 0) || in usbd_transfer_setup_sub()
559 if (xfer->max_packet_count > parm->hc_max_packet_count) { in usbd_transfer_setup_sub()
560 xfer->max_packet_count = parm->hc_max_packet_count; in usbd_transfer_setup_sub()
1068 parm->hc_max_packet_count = 1; in usbd_transfer_setup()
/freebsd-11-stable/sys/dev/usb/controller/
HDehci.c3549 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
3562 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
3576 parm->hc_max_packet_count = 3; in ehci_xfer_setup()
3579 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
3582 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
3597 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
3608 parm->hc_max_packet_count = 3; in ehci_xfer_setup()
3620 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
HDatmegadci.c2028 parm->hc_max_packet_count = 1; in atmegadci_xfer_setup()
HDavr32dci.c1967 parm->hc_max_packet_count = 1; in avr32dci_xfer_setup()
HDmusb_otg.c4089 parm->hc_max_packet_count = 3; in musbotg_xfer_setup()
4091 parm->hc_max_packet_count = 1; in musbotg_xfer_setup()
HDat91dci.c2218 parm->hc_max_packet_count = 1; in at91dci_xfer_setup()
HDuss820dci.c2285 parm->hc_max_packet_count = 1; in uss820dci_xfer_setup()
HDohci.c2398 parm->hc_max_packet_count = 1; in ohci_xfer_setup()
HDuhci.c2850 parm->hc_max_packet_count = 1; in uhci_xfer_setup()
HDsaf1761_otg.c3435 parm->hc_max_packet_count = 1; in saf1761_otg_xfer_setup()
HDxhci.c3763 parm->hc_max_packet_count = 16 * 3; in xhci_xfer_setup()
HDdwc_otg.c4829 parm->hc_max_packet_count = 3; in dwc_otg_xfer_setup()
/freebsd-11-stable/sys/mips/cavium/usb/
HDoctusb.c1747 parm->hc_max_packet_count = 3; in octusb_xfer_setup()