Home
last modified time | relevance | path

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

/titanic_50/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
3145 td_pool_ptr1 = &info->td_pools[i]; in uhci_alloc_memory_for_tds()
3150 &td_pool_ptr1->dma_handle) != DDI_SUCCESS) { in uhci_alloc_memory_for_tds()
3169 if (ddi_dma_mem_alloc(td_pool_ptr1->dma_handle, in uhci_alloc_memory_for_tds()
3172 &td_pool_ptr1->pool_addr, &real_length, in uhci_alloc_memory_for_tds()
3173 &td_pool_ptr1->mem_handle) != DDI_SUCCESS) { in uhci_alloc_memory_for_tds()
3175 ddi_dma_free_handle(&td_pool_ptr1->dma_handle); in uhci_alloc_memory_for_tds()
3194 result = ddi_dma_addr_bind_handle(td_pool_ptr1->dma_handle, in uhci_alloc_memory_for_tds()
3195 NULL, (caddr_t)td_pool_ptr1->pool_addr, real_length, in uhci_alloc_memory_for_tds()
3197 &td_pool_ptr1->cookie, &ccount); in uhci_alloc_memory_for_tds()
[all …]