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.h119 uint8_t hc_max_packet_count; member
Dusb_transfer.c345 (parm->hc_max_packet_count == 0) || in usbd_transfer_setup_sub()
421 if (xfer->max_packet_count > parm->hc_max_packet_count) { in usbd_transfer_setup_sub()
422 xfer->max_packet_count = parm->hc_max_packet_count; in usbd_transfer_setup_sub()
918 parm->hc_max_packet_count = 1; in usbd_transfer_setup()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c3473 parm->hc_max_packet_count = 1;
3486 parm->hc_max_packet_count = 1;
3501 parm->hc_max_packet_count = 3;
3504 parm->hc_max_packet_count = 1;
3507 parm->hc_max_packet_count = 1;
3523 parm->hc_max_packet_count = 1;
3535 parm->hc_max_packet_count = 3;
3548 parm->hc_max_packet_count = 1;
Dxhci.c3698 parm->hc_max_packet_count = 16 * 3; in xhci_xfer_setup()