Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_transfer.h222 uint8_t hc_max_packet_count; member
Dusb_transfer.c349 (parm->hc_max_packet_count == 0) || in usbd_transfer_setup_sub()
425 if (xfer->max_packet_count > parm->hc_max_packet_count) { in usbd_transfer_setup_sub()
426 xfer->max_packet_count = parm->hc_max_packet_count; in usbd_transfer_setup_sub()
936 parm->hc_max_packet_count = 1; in usbd_transfer_setup()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c3500 parm->hc_max_packet_count = 1;
3514 parm->hc_max_packet_count = 1;
3530 parm->hc_max_packet_count = 3;
3533 parm->hc_max_packet_count = 1;
3536 parm->hc_max_packet_count = 1;
3553 parm->hc_max_packet_count = 1;
3566 parm->hc_max_packet_count = 3;
3580 parm->hc_max_packet_count = 1;
Dxhci.c3723 parm->hc_max_packet_count = 16 * 3; in xhci_xfer_setup()