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/
H A Dusb_transfer.h118 uint8_t hc_max_packet_count; member
H A Dusb_transfer.c347 (parm->hc_max_packet_count == 0) || in usbd_transfer_setup_sub()
423 if (xfer->max_packet_count > parm->hc_max_packet_count) { in usbd_transfer_setup_sub()
424 xfer->max_packet_count = parm->hc_max_packet_count; in usbd_transfer_setup_sub()
920 parm->hc_max_packet_count = 1; in usbd_transfer_setup()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c3472 parm->hc_max_packet_count = 1;
3485 parm->hc_max_packet_count = 1;
3500 parm->hc_max_packet_count = 3;
3503 parm->hc_max_packet_count = 1;
3506 parm->hc_max_packet_count = 1;
3522 parm->hc_max_packet_count = 1;
3534 parm->hc_max_packet_count = 3;
3547 parm->hc_max_packet_count = 1;
H A Dxhci.c3697 parm->hc_max_packet_count = 16 * 3; in xhci_xfer_setup()

Completed in 12 milliseconds