Home
last modified time | relevance | path

Searched refs:max_isoc_xfer_size (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c308 uint_t max_ep_pkt_size, max_isoc_xfer_size; in ehci_allocate_isoc_resources() local
335 max_isoc_xfer_size = EHCI_MAX_ISOC_PKTS_PER_XFER * max_ep_pkt_size; in ehci_allocate_isoc_resources()
390 if (itw_xfer_size > max_isoc_xfer_size) { in ehci_allocate_isoc_resources()
395 max_isoc_xfer_size, itw_xfer_size); in ehci_allocate_isoc_resources()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c4453 size_t max_isoc_xfer_size, length, isoc_pkts_length; in uhci_start_isoc_receive_polling() local
4463 max_isoc_xfer_size = ph->p_ep.wMaxPacketSize * UHCI_MAX_ISOC_PKTS; in uhci_start_isoc_receive_polling()
4494 if (length > max_isoc_xfer_size) { in uhci_start_isoc_receive_polling()
4498 max_isoc_xfer_size, length); in uhci_start_isoc_receive_polling()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5551 uint_t max_isoc_xfer_size; in ohci_allocate_isoc_resources() local
5579 max_isoc_xfer_size = OHCI_MAX_ISOC_PKTS_PER_XFER * max_pkt_size; in ohci_allocate_isoc_resources()
5629 if (tw_length > max_isoc_xfer_size) { in ohci_allocate_isoc_resources()
5634 max_isoc_xfer_size, tw_length); in ohci_allocate_isoc_resources()