Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h124 ddi_dma_cookie_t ehci_qtd_pool_cookie; /* DMA cookie */ member
289 _NOTE(DATA_READABLE_WITHOUT_LOCK(ehci_state_t::ehci_qtd_pool_cookie))
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c2789 td = (uint32_t)ehcip->ehci_qtd_pool_cookie.dmac_address + in ehci_qtd_cpu_to_iommu()
2793 ASSERT((ehcip->ehci_qtd_pool_cookie.dmac_address + in ehci_qtd_cpu_to_iommu()
2796 (ehcip->ehci_qtd_pool_cookie.dmac_address + in ehci_qtd_cpu_to_iommu()
2800 ASSERT(td >= ehcip->ehci_qtd_pool_cookie.dmac_address); in ehci_qtd_cpu_to_iommu()
2801 ASSERT(td <= ehcip->ehci_qtd_pool_cookie.dmac_address + in ehci_qtd_cpu_to_iommu()
2829 (addr - ehcip->ehci_qtd_pool_cookie.dmac_address) + in ehci_qtd_iommu_to_cpu()
H A Dehci_util.c439 &ehcip->ehci_qtd_pool_cookie, in ehci_allocate_pools()