Searched refs:max_packet_count (Results 1 - 4 of 4) sorted by relevance
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_transfer.c | 138 xfer->max_frame_size = xfer->max_packet_size * xfer->max_packet_count; in usbd_update_max_frame_size() 364 xfer->max_packet_count = 1; in usbd_transfer_setup_sub() 375 xfer->max_packet_count += in usbd_transfer_setup_sub() 379 if (xfer->max_packet_count > 3) in usbd_transfer_setup_sub() 380 xfer->max_packet_count = 3; in usbd_transfer_setup_sub() 388 xfer->max_packet_count += (xfer->max_packet_size >> 11) & 3; in usbd_transfer_setup_sub() 391 xfer->max_packet_count += ecomp->bMaxBurst; in usbd_transfer_setup_sub() 393 if ((xfer->max_packet_count == 0) || in usbd_transfer_setup_sub() 394 (xfer->max_packet_count > 16)) in usbd_transfer_setup_sub() 395 xfer->max_packet_count in usbd_transfer_setup_sub() [all...] |
| H A D | usb_core.h | 174 uint8_t max_packet_count; member
|
| /third_party/FreeBSD/sys/dev/usb/controller/ |
| H A D | xhci.c | 2295 uint16_t interval, uint8_t max_packet_count, in xhci_configure_endpoint() 2325 if (max_packet_count == 0) in xhci_configure_endpoint() 2328 max_packet_count--; in xhci_configure_endpoint() 2378 max_packet_count /= mult; in xhci_configure_endpoint() 2392 XHCI_EPCTX_1_MAXB_SET(max_packet_count) | in xhci_configure_endpoint() 2488 xfer->interval, xfer->max_packet_count, in xhci_configure_endpoint_by_xfer() 2293 xhci_configure_endpoint(struct usb_device *udev, struct usb_endpoint_descriptor *edesc, struct xhci_endpoint_ext *pepext, uint16_t interval, uint8_t max_packet_count, uint8_t mult, uint8_t fps_shift, uint16_t max_packet_size, uint16_t max_frame_size, uint8_t ep_mode) xhci_configure_endpoint() argument
|
| H A D | ehci.c | 1907 (EHCI_QH_SET_MULT(xfer->max_packet_count & 3) | in ehci_setup_standard_chain() 2684 td->itd_bp[2] = htohc32(sc, xfer->max_packet_count & 3); in ehci_device_isoc_hs_open()
|
Completed in 9 milliseconds