Searched refs:new_dummy_qtd (Results 1 – 2 of 2) sorted by relevance
1507 ehci_qtd_t *new_dummy_qtd; in ehci_polled_insert_intr_qtd() local1546 new_dummy_qtd = qtd; in ehci_polled_insert_intr_qtd()1559 ehci_qtd_cpu_to_iommu(ehcip, new_dummy_qtd)); in ehci_polled_insert_intr_qtd()1587 ehci_qtd_t *new_dummy_qtd; in ehci_polled_insert_bulk_qtd() local1596 new_dummy_qtd = tw->tw_qtd_free_list; in ehci_polled_insert_bulk_qtd()1598 if (new_dummy_qtd == NULL) { in ehci_polled_insert_bulk_qtd()1603 Get_QTD(new_dummy_qtd->qtd_tw_next_qtd)); in ehci_polled_insert_bulk_qtd()1604 Set_QTD(new_dummy_qtd->qtd_tw_next_qtd, NULL); in ehci_polled_insert_bulk_qtd()1617 ehci_qtd_cpu_to_iommu(ehcip, new_dummy_qtd)); in ehci_polled_insert_bulk_qtd()
2260 ehci_qtd_t *new_dummy_qtd; in ehci_insert_qtd() local2267 new_dummy_qtd = tw->tw_qtd_free_list; in ehci_insert_qtd()2269 ASSERT(new_dummy_qtd != NULL); in ehci_insert_qtd()2271 Get_QTD(new_dummy_qtd->qtd_tw_next_qtd)); in ehci_insert_qtd()2272 Set_QTD(new_dummy_qtd->qtd_tw_next_qtd, NULL); in ehci_insert_qtd()2285 ehci_qtd_cpu_to_iommu(ehcip, new_dummy_qtd)); in ehci_insert_qtd()