Searched refs:itd (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_isoch_util.c | 96 ehci_itd_t *itd); 99 ehci_itd_t *itd); 102 ehci_itd_t *itd); 143 ehci_itd_t *itd); 147 ehci_itd_t *itd); 151 ehci_itd_t *itd); 158 ehci_itd_t *itd); 161 ehci_itd_t *itd); 621 ehci_itd_t *itd; in ehci_allocate_itd() local 647 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() 977 ehci_itd_t *itd, in ehci_reclaim_isoc() argument 981 "ehci_reclaim_isoc: itd = 0x%p", (void *)itd); in ehci_reclaim_isoc() [all …]
|
/illumos-gate/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);
|
/illumos-gate/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 518 iptun_task_data_t *itd = arg; in iptun_task_cb() local 519 iptun_task_t task = itd->itd_task; in iptun_task_cb() 520 datalink_id_t linkid = itd->itd_linkid; in iptun_task_cb() 528 kmem_free(itd, sizeof (*itd)); in iptun_task_cb() 593 iptun_task_data_t *itd; in iptun_task_dispatch() local 595 itd = kmem_alloc(sizeof (*itd), KM_NOSLEEP); in iptun_task_dispatch() 596 if (itd == NULL) { in iptun_task_dispatch() 600 itd->itd_task = iptun_task; in iptun_task_dispatch() 601 itd->itd_linkid = iptun->iptun_linkid; in iptun_task_dispatch() 602 if (ddi_taskq_dispatch(iptun_taskq, iptun_task_cb, itd, DDI_NOSLEEP)) { in iptun_task_dispatch() [all …]
|