Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c217 size_t qtd_count);
1474 size_t qtd_count = 2; in ehci_allocate_ctrl_resources() local
1480 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() local
1673 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() local
2121 qtd_count)) == NULL) { in ehci_allocate_intr_resources()
[all …]
H A Dehci_polled.c2005 int result, pipe_dir, qtd_count; in ehci_polled_create_tw() local
2014 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()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_xfer.h135 size_t qtd_count);