Searched refs:tw_num_qtds (Results 1 – 4 of 4) sorted by relevance
901 tw->tw_num_qtds--; in ehci_cleanup_data_underrun()913 ASSERT(tw->tw_num_qtds == 1); in ehci_cleanup_data_underrun()979 tw->tw_num_qtds--; in ehci_handle_ctrl_qtd()1000 if (tw->tw_num_qtds != 0) { in ehci_handle_ctrl_qtd()1004 (void *)tw, (void *)qtd, tw->tw_num_qtds); in ehci_handle_ctrl_qtd()1062 if (--tw->tw_num_qtds != 0) { in ehci_handle_bulk_qtd()1065 "ehci_handle_bulk_qtd: Number of QTDs %d", tw->tw_num_qtds); in ehci_handle_bulk_qtd()1167 tw->tw_num_qtds = 1; in ehci_handle_intr_qtd()1169 if (ehci_allocate_tds_for_tw(ehcip, pp, tw, tw->tw_num_qtds) != in ehci_handle_intr_qtd()
1758 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()
2075 tw->tw_num_qtds = qtd_count; in ehci_polled_create_tw()
612 uint_t tw_num_qtds; /* Number of QTDs */ member