Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c41 int ehci_itd_pool_size = EHCI_ITD_POOL_SIZE; variable
205 ehci_itd_pool_size * sizeof (ehci_itd_t), in ehci_allocate_isoc_pools()
234 ehci_itd_pool_size * sizeof (ehci_itd_t)); in ehci_allocate_isoc_pools()
260 for (i = 0; i < ehci_itd_pool_size; i++) { in ehci_allocate_isoc_pools()
272 return (ehci_itd_pool_size); in ehci_get_itd_pool_size()
628 for (i = 0; i < ehci_itd_pool_size; i ++) { in ehci_allocate_itd()
635 if (i >= ehci_itd_pool_size) { in ehci_allocate_itd()
1398 sizeof (ehci_itd_t) * ehci_itd_pool_size); in ehci_itd_cpu_to_iommu()
1430 (uintptr_t)(sizeof (ehci_itd_t) * ehci_itd_pool_size)); in ehci_itd_iommu_to_cpu()