Home
last modified time | relevance | path

Searched refs:tw_num_qtds (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c903 tw->tw_num_qtds--; in ehci_cleanup_data_underrun()
915 ASSERT(tw->tw_num_qtds == 1); in ehci_cleanup_data_underrun()
981 tw->tw_num_qtds--; in ehci_handle_ctrl_qtd()
1002 if (tw->tw_num_qtds != 0) { in ehci_handle_ctrl_qtd()
1006 (void *)tw, (void *)qtd, tw->tw_num_qtds); in ehci_handle_ctrl_qtd()
1064 if (--tw->tw_num_qtds != 0) { in ehci_handle_bulk_qtd()
1067 "ehci_handle_bulk_qtd: Number of QTDs %d", tw->tw_num_qtds); in ehci_handle_bulk_qtd()
1169 tw->tw_num_qtds = 1; in ehci_handle_intr_qtd()
1171 if (ehci_allocate_tds_for_tw(ehcip, pp, tw, tw->tw_num_qtds) != in ehci_handle_intr_qtd()
H A Dehci_xfer.c1758 for (count = 0; count < tw->tw_num_qtds; count++) { in ehci_insert_bulk_req()
1761 if (count == (tw->tw_num_qtds - 1)) { in ehci_insert_bulk_req()
2928 tw->tw_num_qtds = (uint_t)qtd_count; in ehci_allocate_tw_resources()
H A Dehci_polled.c2077 tw->tw_num_qtds = qtd_count; in ehci_polled_create_tw()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h612 uint_t tw_num_qtds; /* Number of QTDs */ member