Searched refs:new_dummy_qtd (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c1507 ehci_qtd_t *new_dummy_qtd; local
1545 /* Rename qtd as new_dummy_qtd */
1546 new_dummy_qtd = qtd;
1559 ehci_qtd_cpu_to_iommu(ehcip, new_dummy_qtd));
1587 ehci_qtd_t *new_dummy_qtd; local
1596 new_dummy_qtd = tw->tw_qtd_free_list;
1598 if (new_dummy_qtd == NULL) {
1603 Get_QTD(new_dummy_qtd->qtd_tw_next_qtd));
1604 Set_QTD(new_dummy_qtd->qtd_tw_next_qtd, NULL);
1617 ehci_qtd_cpu_to_iommu(ehcip, new_dummy_qtd));
[all...]
H A Dehci_xfer.c2260 ehci_qtd_t *new_dummy_qtd; local
2267 new_dummy_qtd = tw->tw_qtd_free_list;
2269 ASSERT(new_dummy_qtd != NULL);
2271 Get_QTD(new_dummy_qtd->qtd_tw_next_qtd));
2272 Set_QTD(new_dummy_qtd->qtd_tw_next_qtd, NULL);
2285 ehci_qtd_cpu_to_iommu(ehcip, new_dummy_qtd));

Completed in 102 milliseconds