Searched refs:max_isoc_xfer_size (Results 1 – 3 of 3) sorted by relevance
307 uint_t max_ep_pkt_size, max_isoc_xfer_size; in ehci_allocate_isoc_resources() local334 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()
4453 size_t max_isoc_xfer_size, length, isoc_pkts_length; in uhci_start_isoc_receive_polling() local4463 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()
5569 uint_t max_isoc_xfer_size; in ohci_allocate_isoc_resources() local5597 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()