Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c59 int ehci_qtd_pool_size = EHCI_QTD_POOL_SIZE; variable
418 ehci_qtd_pool_size * sizeof (ehci_qtd_t), in ehci_allocate_pools()
443 ehci_qtd_pool_size * sizeof (ehci_qtd_t)); in ehci_allocate_pools()
469 for (i = 0; i < ehci_qtd_pool_size; i ++) { in ehci_allocate_pools()
1836 for (i = 0; i < ehci_qtd_pool_size; i ++) { in ehci_cleanup()
H A Dehci_xfer.c44 extern int ehci_qtd_pool_size;
2331 for (i = 0; i < ehci_qtd_pool_size; i ++) { in ehci_allocate_qtd_from_pool()
2338 if (i >= ehci_qtd_pool_size) { in ehci_allocate_qtd_from_pool()
2802 sizeof (ehci_qtd_t) * ehci_qtd_pool_size); in ehci_qtd_cpu_to_iommu()
2834 (uintptr_t)(sizeof (ehci_qtd_t) * ehci_qtd_pool_size)); in ehci_qtd_iommu_to_cpu()