Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c3153 td_pool_ptr2 = &info->td_pools[j]; in uhci_alloc_memory_for_tds()
3155 td_pool_ptr2->dma_handle); in uhci_alloc_memory_for_tds()
3157 ddi_dma_mem_free(&td_pool_ptr2->mem_handle); in uhci_alloc_memory_for_tds()
3158 ddi_dma_free_handle(&td_pool_ptr2->dma_handle); in uhci_alloc_memory_for_tds()
3178 td_pool_ptr2 = &info->td_pools[j]; in uhci_alloc_memory_for_tds()
3180 td_pool_ptr2->dma_handle); in uhci_alloc_memory_for_tds()
3182 ddi_dma_mem_free(&td_pool_ptr2->mem_handle); in uhci_alloc_memory_for_tds()
3183 ddi_dma_free_handle(&td_pool_ptr2->dma_handle); in uhci_alloc_memory_for_tds()
3232 td_pool_ptr2 = &info->td_pools[j]; in uhci_alloc_memory_for_tds()
3234 td_pool_ptr2->dma_handle); in uhci_alloc_memory_for_tds()
[all …]