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--;
915 ASSERT(tw->tw_num_qtds == 1);
981 tw->tw_num_qtds--;
1002 if (tw->tw_num_qtds != 0) {
1006 (void *)tw, (void *)qtd, tw->tw_num_qtds);
1064 if (--tw->tw_num_qtds != 0) {
1067 "ehci_handle_bulk_qtd: Number of QTDs %d", tw->tw_num_qtds);
1169 tw->tw_num_qtds = 1;
1171 if (ehci_allocate_tds_for_tw(ehcip, pp, tw, tw->tw_num_qtds) !=
H A Dehci_xfer.c1760 for (count = 0; count < tw->tw_num_qtds; count++) {
1763 if (count == (tw->tw_num_qtds - 1)) {
2932 tw->tw_num_qtds = (uint_t)qtd_count;
H A Dehci_polled.c2077 tw->tw_num_qtds = qtd_count;
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h611 uint_t tw_num_qtds; /* Number of QTDs */ member in struct:ehci_trans_wrapper

Completed in 97 milliseconds