Home
last modified time | relevance | path

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.c5663 tw->tw_num_tds = (uint_t)td_count; in ohci_allocate_isoc_resources()
5793 tw->tw_num_tds = count; in ohci_insert_isoc_req()
6797 tw->tw_num_tds = (uint_t)td_count; in ohci_allocate_tw_resources()
8910 tw->tw_num_tds--; in ohci_cleanup_data_underrun()
8923 ASSERT(tw->tw_num_tds == 1); in ohci_cleanup_data_underrun()
8981 tw->tw_num_tds--; in ohci_handle_ctrl_td()
9071 if (--tw->tw_num_tds != 0) { in ohci_handle_bulk_td()
9182 tw->tw_num_tds = 1; in ohci_handle_intr_td()
9292 if (--tw->tw_num_tds != 0) { in ohci_handle_isoc_td()
9339 tw->tw_num_tds = in ohci_handle_isoc_td()
[all …]
H A Dohci_polled.c2186 tw->tw_num_tds = td_count; in ohci_polled_create_tw()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h597 uint_t tw_num_tds; /* Number of TDs */ member