Searched refs:tw_num_tds (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5050 for (count = 0; count < tw->tw_num_tds; count++) {
5053 if (count == (tw->tw_num_tds - 1)) {
5681 tw->tw_num_tds = (uint_t)td_count;
5771 isoc_pkts = 0; count < tw->tw_num_tds; count++) {
5776 if ((count == (tw->tw_num_tds - 1)) &&
5799 if (count == (tw->tw_num_tds - 1)) {
5811 tw->tw_num_tds = count;
6817 tw->tw_num_tds = (uint_t)td_count;
8930 tw->tw_num_tds--;
8943 ASSERT(tw->tw_num_tds
[all...]
H A Dohci_polled.c2183 tw->tw_num_tds = td_count;
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h597 uint_t tw_num_tds; /* Number of TDs */ member in struct:ohci_trans_wrapper

Completed in 82 milliseconds