Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c43 extern int ehci_qh_pool_size;
333 for (i = EHCI_NUM_STATIC_NODES; i < ehci_qh_pool_size; i ++) { in ehci_alloc_qh()
344 if (i == ehci_qh_pool_size) { in ehci_alloc_qh()
1376 sizeof (ehci_qh_t) * ehci_qh_pool_size); in ehci_qh_cpu_to_iommu()
1406 (uintptr_t)(sizeof (ehci_qh_t) * ehci_qh_pool_size)); in ehci_qh_iommu_to_cpu()
H A Dehci_util.c58 int ehci_qh_pool_size = EHCI_QH_POOL_SIZE; variable
488 ehci_qh_pool_size * sizeof (ehci_qh_t), in ehci_allocate_pools()
513 ehci_qh_pool_size * sizeof (ehci_qh_t)); in ehci_allocate_pools()
536 for (i = 0; i < ehci_qh_pool_size; i ++) { in ehci_allocate_pools()