Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_transfer.h220 uint8_t hc_max_packet_count; member
H A Dusb_transfer.c378 (parm->hc_max_packet_count == 0) || in usbd_transfer_setup_sub()
454 if (xfer->max_packet_count > parm->hc_max_packet_count) { in usbd_transfer_setup_sub()
455 xfer->max_packet_count = parm->hc_max_packet_count; in usbd_transfer_setup_sub()
952 parm->hc_max_packet_count = 1; in usbd_transfer_setup()
/dragonfly/sys/bus/u4b/controller/
H A Dehci.c3548 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
3561 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
3575 parm->hc_max_packet_count = 3; in ehci_xfer_setup()
3578 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
3581 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
3596 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
3607 parm->hc_max_packet_count = 3; in ehci_xfer_setup()
3619 parm->hc_max_packet_count = 1; in ehci_xfer_setup()
H A Dohci.c2392 parm->hc_max_packet_count = 1; in ohci_xfer_setup()
H A Duhci.c2847 parm->hc_max_packet_count = 1; in uhci_xfer_setup()
H A Dxhci.c3740 parm->hc_max_packet_count = 16 * 3; in xhci_xfer_setup()