Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c307 uint_t max_ep_pkt_size, max_isoc_xfer_size; in ehci_allocate_isoc_resources() local
334 max_isoc_xfer_size = EHCI_MAX_ISOC_PKTS_PER_XFER * max_ep_pkt_size; in ehci_allocate_isoc_resources()
389 if (itw_xfer_size > max_isoc_xfer_size) { in ehci_allocate_isoc_resources()
394 max_isoc_xfer_size, itw_xfer_size); in ehci_allocate_isoc_resources()
/titanic_41/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()
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5569 uint_t max_isoc_xfer_size; in ohci_allocate_isoc_resources() local
5597 max_isoc_xfer_size = OHCI_MAX_ISOC_PKTS_PER_XFER * max_pkt_size; in ohci_allocate_isoc_resources()
5647 if (tw_length > max_isoc_xfer_size) { in ohci_allocate_isoc_resources()
5652 max_isoc_xfer_size, tw_length); in ohci_allocate_isoc_resources()