Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c3115 uhci_bulk_isoc_td_pool_t *td_pool_ptr1, *td_pool_ptr2; in uhci_alloc_memory_for_tds() local
3153 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()
[all …]