Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c2891 td_pool_ptr = &bulk_xfer_info->td_pools[0]; in uhci_insert_bulk_td()
2915 td_pool_ptr = &bulk_xfer_info->td_pools[i + 1]; in uhci_insert_bulk_td()
2944 bulk_xfer_info->td_pools[0].cookie.dmac_address); in uhci_insert_bulk_td()
3127 if ((info->td_pools = kmem_zalloc( in uhci_alloc_memory_for_tds()
3145 td_pool_ptr1 = &info->td_pools[i]; in uhci_alloc_memory_for_tds()
3153 td_pool_ptr2 = &info->td_pools[j]; in uhci_alloc_memory_for_tds()
3161 kmem_free(info->td_pools, in uhci_alloc_memory_for_tds()
3178 td_pool_ptr2 = &info->td_pools[j]; in uhci_alloc_memory_for_tds()
3186 kmem_free(info->td_pools, in uhci_alloc_memory_for_tds()
3232 td_pool_ptr2 = &info->td_pools[j]; in uhci_alloc_memory_for_tds()
[all …]
/titanic_50/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h292 uhci_bulk_isoc_td_pool_t *td_pools; member