Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c3127 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()
3161 kmem_free(info->td_pools, in uhci_alloc_memory_for_tds()
3186 kmem_free(info->td_pools, in uhci_alloc_memory_for_tds()
3240 kmem_free(info->td_pools, in uhci_alloc_memory_for_tds()
3414 td_pools[index + 1]; in uhci_handle_bulk_td()
3634 *td_pool_pp = &info->td_pools[i]; in uhci_get_bulk_td_by_paddr()
3719 td_pool_ptr = &info->td_pools[i]; in uhci_remove_bulk_tds_tws()
4268 i += info->td_pools[j].num_tds; in uhci_get_isoc_td_by_index()
4278 *td_pool_pp = &info->td_pools[j]; in uhci_get_isoc_td_by_index()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h292 uhci_bulk_isoc_td_pool_t *td_pools; member