Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c217 size_t qtd_count);
1476 size_t qtd_count = 2; in ehci_allocate_ctrl_resources() local
1482 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() local
1675 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() local
2123 qtd_count)) == NULL) { in ehci_allocate_intr_resources()
[all …]
H A Dehci_polled.c2007 int result, pipe_dir, qtd_count; in ehci_polled_create_tw() local
2016 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()
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_xfer.h135 size_t qtd_count);