Searched refs:qtd_count (Results 1 – 3 of 3) sorted by relevance
217 size_t qtd_count);1476 size_t qtd_count = 2; in ehci_allocate_ctrl_resources() local1482 qtd_count += 1; in ehci_allocate_ctrl_resources()1500 usb_flags, qtd_count); in ehci_allocate_ctrl_resources()1660 size_t qtd_count = 0; in ehci_allocate_bulk_resources() local1675 qtd_count = bulk_reqp->bulk_len / EHCI_MAX_QTD_XFER_SIZE; in ehci_allocate_bulk_resources()1678 qtd_count += 1; in ehci_allocate_bulk_resources()1682 usb_flags, qtd_count); in ehci_allocate_bulk_resources()2090 size_t qtd_count = 1; in ehci_allocate_intr_resources() local2123 qtd_count)) == NULL) { in ehci_allocate_intr_resources()[all …]
2007 int result, pipe_dir, qtd_count; in ehci_polled_create_tw() local2016 qtd_count = (POLLED_RAW_BUF_SIZE - 1) / EHCI_MAX_QTD_XFER_SIZE + 1; in ehci_polled_create_tw()2076 if (ehci_allocate_tds_for_tw(ehcip, pp, tw, qtd_count) == USB_SUCCESS) { in ehci_polled_create_tw()2077 tw->tw_num_qtds = qtd_count; in ehci_polled_create_tw()
135 size_t qtd_count);