Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c210 (caddr_t *)&ehcip->ehci_itd_pool_addr, in ehci_allocate_isoc_pools()
225 (caddr_t)ehcip->ehci_itd_pool_addr, in ehci_allocate_isoc_pools()
233 bzero((void *)ehcip->ehci_itd_pool_addr, in ehci_allocate_isoc_pools()
261 Set_ITD(ehcip->ehci_itd_pool_addr[i].itd_state, in ehci_allocate_isoc_pools()
629 state = Get_ITD(ehcip->ehci_itd_pool_addr[i].itd_state); in ehci_allocate_itd()
646 itd = &ehcip->ehci_itd_pool_addr[i]; in ehci_allocate_itd()
1389 (uintptr_t)(ehcip->ehci_itd_pool_addr)); in ehci_itd_cpu_to_iommu()
1392 (addr - ehcip->ehci_itd_pool_addr))) == in ehci_itd_cpu_to_iommu()
1394 (ehcip->ehci_itd_pool_addr)))); in ehci_itd_cpu_to_iommu()
1426 (uintptr_t)ehcip->ehci_itd_pool_addr); in ehci_itd_iommu_to_cpu()
[all …]
H A Dehci_isoch.c151 if (ehcip->ehci_itd_pool_addr && ehcip->ehci_itd_pool_mem_handle) { in ehci_isoc_cleanup()
153 itd = &ehcip->ehci_itd_pool_addr[i]; in ehci_isoc_cleanup()
155 ehci_itd_pool_addr[i].itd_state); in ehci_isoc_cleanup()
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h129 ehci_itd_t *ehci_itd_pool_addr; /* Start of the pool */ member
293 _NOTE(DATA_READABLE_WITHOUT_LOCK(ehci_state_t::ehci_itd_pool_addr))