Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c57 int ohci_td_pool_size = OHCI_TD_POOL_SIZE; variable
978 ohci_td_pool_size * sizeof (ohci_td_t), in ohci_allocate_pools()
1003 ohci_td_pool_size * sizeof (ohci_td_t)); in ohci_allocate_pools()
1029 for (i = 0; i < ohci_td_pool_size; i ++) { in ohci_allocate_pools()
2155 for (i = 0; i < ohci_td_pool_size; i ++) { in ohci_cleanup()
5950 for (i = 0; i < ohci_td_pool_size; i ++) { in ohci_allocate_td_from_pool()
5957 if (i >= ohci_td_pool_size) { in ohci_allocate_td_from_pool()
6695 sizeof (ohci_td_t) * ohci_td_pool_size); in ohci_td_cpu_to_iommu()
6724 (uintptr_t)(sizeof (ohci_td_t) * ohci_td_pool_size)); in ohci_td_iommu_to_cpu()