Searched refs:max_isoc_xfer_sz (Results 1 – 1 of 1) sorted by relevance
1170 size_t max_isoc_xfer_sz, length; in uhci_pipe_send_isoc_data() local1179 max_isoc_xfer_sz = UHCI_MAX_ISOC_PKTS * ph->p_ep.wMaxPacketSize; in uhci_pipe_send_isoc_data()1185 if (length > max_isoc_xfer_sz) { in uhci_pipe_send_isoc_data()1188 "Given isoc request size %lx", max_isoc_xfer_sz, length); in uhci_pipe_send_isoc_data()