Home
last modified time | relevance | path

Searched refs:second_dummy_qtd (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1323 ehci_qtd_t *first_dummy_qtd, *second_dummy_qtd; in ehci_deallocate_qh() local
1336 second_dummy_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_deallocate_qh()
1339 if (second_dummy_qtd) { in ehci_deallocate_qh()
1340 ASSERT(Get_QTD(second_dummy_qtd->qtd_state) == in ehci_deallocate_qh()
1343 ehci_deallocate_qtd(ehcip, second_dummy_qtd); in ehci_deallocate_qh()
1426 ehci_qtd_t *first_dummy_qtd, *second_dummy_qtd; in ehci_initialize_dummy() local
1436 second_dummy_qtd = ehci_allocate_qtd_from_pool(ehcip); in ehci_initialize_dummy()
1438 if (second_dummy_qtd == NULL) { in ehci_initialize_dummy()
1454 ehci_qtd_cpu_to_iommu(ehcip, second_dummy_qtd)); in ehci_initialize_dummy()