Searched refs:qtd_count (Results 1 – 3 of 3) sorted by relevance
217 size_t qtd_count);1474 size_t qtd_count = 2; in ehci_allocate_ctrl_resources() local1480 qtd_count += 1; in ehci_allocate_ctrl_resources()1498 usb_flags, qtd_count); in ehci_allocate_ctrl_resources()1658 size_t qtd_count = 0; in ehci_allocate_bulk_resources() local1673 qtd_count = bulk_reqp->bulk_len / EHCI_MAX_QTD_XFER_SIZE; in ehci_allocate_bulk_resources()1676 qtd_count += 1; in ehci_allocate_bulk_resources()1680 usb_flags, qtd_count); in ehci_allocate_bulk_resources()2088 size_t qtd_count = 1; in ehci_allocate_intr_resources() local2121 qtd_count)) == NULL) { in ehci_allocate_intr_resources()[all …]
2005 int result, pipe_dir, qtd_count; in ehci_polled_create_tw() local2014 qtd_count = (POLLED_RAW_BUF_SIZE - 1) / EHCI_MAX_QTD_XFER_SIZE + 1; in ehci_polled_create_tw()2074 if (ehci_allocate_tds_for_tw(ehcip, pp, tw, qtd_count) == USB_SUCCESS) { in ehci_polled_create_tw()2075 tw->tw_num_qtds = qtd_count; in ehci_polled_create_tw()
135 size_t qtd_count);