Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/usb/
Dusb_transfer.h220 uint8_t hc_max_packet_count; member
Dusb_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-10-stable/sys/dev/usb/controller/
Dehci.c3539 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
3552 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
3566 parm->hc_max_packet_count = 3; in ehci_xfer_setup()
3569 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
3572 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
3587 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
3598 parm->hc_max_packet_count = 3; in ehci_xfer_setup()
3610 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
Davr32dci.c1965 parm->hc_max_packet_count = 1; in avr32dci_xfer_setup()
Datmegadci.c2026 parm->hc_max_packet_count = 1; in atmegadci_xfer_setup()
Dmusb_otg.c4087 parm->hc_max_packet_count = 3; in musbotg_xfer_setup()
4089 parm->hc_max_packet_count = 1; in musbotg_xfer_setup()
Duss820dci.c2235 parm->hc_max_packet_count = 1; in uss820dci_xfer_setup()
Dat91dci.c2216 parm->hc_max_packet_count = 1; in at91dci_xfer_setup()
Dohci.c2399 parm->hc_max_packet_count = 1; in ohci_xfer_setup()
Duhci.c2851 parm->hc_max_packet_count = 1; in uhci_xfer_setup()
Dxhci.c3753 parm->hc_max_packet_count = 16 * 3; in xhci_xfer_setup()
Ddwc_otg.c4825 parm->hc_max_packet_count = 3; in dwc_otg_xfer_setup()
/freebsd-10-stable/sys/mips/cavium/usb/
Doctusb.c1750 parm->hc_max_packet_count = 3; in octusb_xfer_setup()