Searched refs:itd (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_isoch_util.c | 95 ehci_itd_t *itd); 98 ehci_itd_t *itd); 101 ehci_itd_t *itd); 142 ehci_itd_t *itd); 146 ehci_itd_t *itd); 150 ehci_itd_t *itd); 157 ehci_itd_t *itd); 160 ehci_itd_t *itd); 620 ehci_itd_t *itd; in ehci_allocate_itd() local 646 itd = &ehcip->ehci_itd_pool_addr[i]; in ehci_allocate_itd() [all …]
|
H A D | ehci_isoch.c | 90 ehci_itd_t *itd, 105 ehci_itd_t *itd); 110 ehci_itd_t *itd, 147 ehci_itd_t *itd; in ehci_isoc_cleanup() local 153 itd = &ehcip->ehci_itd_pool_addr[i]; in ehci_isoc_cleanup() 159 (itd->itd_trans_wrapper)) { in ehci_isoc_cleanup() 165 Get_ITD(itd->itd_trans_wrapper)); in ehci_isoc_cleanup() 170 ehci_deallocate_itd(ehcip, itw, itd); in ehci_isoc_cleanup() 976 ehci_itd_t *itd, in ehci_reclaim_isoc() argument 980 "ehci_reclaim_isoc: itd = 0x%p", (void *)itd); in ehci_reclaim_isoc() [all …]
|
/titanic_50/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehci_isoch_util.h | 75 ehci_itd_t *itd); 78 ehci_itd_t *itd); 81 ehci_itd_t *itd); 122 ehci_itd_t *itd); 129 ehci_itd_t *itd); 132 ehci_itd_t *itd);
|
/titanic_50/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 517 iptun_task_data_t *itd = arg; in iptun_task_cb() local 518 iptun_task_t task = itd->itd_task; in iptun_task_cb() 519 datalink_id_t linkid = itd->itd_linkid; in iptun_task_cb() 527 kmem_free(itd, sizeof (*itd)); in iptun_task_cb() 592 iptun_task_data_t *itd; in iptun_task_dispatch() local 594 itd = kmem_alloc(sizeof (*itd), KM_NOSLEEP); in iptun_task_dispatch() 595 if (itd == NULL) { in iptun_task_dispatch() 599 itd->itd_task = iptun_task; in iptun_task_dispatch() 600 itd->itd_linkid = iptun->iptun_linkid; in iptun_task_dispatch() 601 if (ddi_taskq_dispatch(iptun_taskq, iptun_task_cb, itd, DDI_NOSLEEP)) { in iptun_task_dispatch() [all …]
|