Searched refs:tw_num_qtds (Results 1 – 4 of 4) sorted by relevance
903 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()
1760 for (count = 0; count < tw->tw_num_qtds; count++) { in ehci_insert_bulk_req()1763 if (count == (tw->tw_num_qtds - 1)) { in ehci_insert_bulk_req()2932 tw->tw_num_qtds = (uint_t)qtd_count; in ehci_allocate_tw_resources()
2077 tw->tw_num_qtds = qtd_count; in ehci_polled_create_tw()
611 uint_t tw_num_qtds; /* Number of QTDs */ member