Searched defs:itd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c90 ehci_itd_t *itd,
105 ehci_itd_t *itd);
110 ehci_itd_t *itd,
147 ehci_itd_t *itd; local
153 itd = &ehcip->ehci_itd_pool_addr[i];
159 (itd->itd_trans_wrapper)) {
165 Get_ITD(itd->itd_trans_wrapper));
170 ehci_deallocate_itd(ehcip, itw, itd);
572 /* Grab a new itd */
636 /* Fill in the new itd */
973 ehci_reclaim_isoc( ehci_state_t *ehcip, ehci_isoc_xwrapper_t *itw, ehci_itd_t *itd, ehci_pipe_private_t *pp) argument
1182 ehci_handle_isoc( ehci_state_t *ehcip, ehci_isoc_xwrapper_t *itw, ehci_itd_t *itd) argument
1209 ehci_handle_itd( ehci_state_t *ehcip, ehci_pipe_private_t *pp, ehci_isoc_xwrapper_t *itw, ehci_itd_t *itd, void *tw_handle_callback_value) argument
[all...]
H A Dehci_isoch_util.c95 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);
166 * Allocate the system memory for itd which are for low/full/high speed
184 /* Allocate the itd poo
620 ehci_itd_t *itd; local
670 ehci_itd_t *itd, *next_itd; local
766 ehci_itd_t *itd; local
812 ehci_itd_t *itd = NULL; local
836 ehci_insert_itd_on_itw( ehci_state_t *ehcip, ehci_isoc_xwrapper_t *itw, ehci_itd_t *itd) argument
875 ehci_insert_itd_into_active_list( ehci_state_t *ehcip, ehci_itd_t *itd) argument
894 ehci_remove_itd_from_active_list( ehci_state_t *ehcip, ehci_itd_t *itd) argument
1032 ehci_itd_t *itd; local
1415 ehci_itd_t *itd; local
1439 ehci_parse_isoc_error( ehci_state_t *ehcip, ehci_isoc_xwrapper_t *itw, ehci_itd_t *itd) argument
1470 ehci_parse_itd_error( ehci_state_t *ehcip, ehci_isoc_xwrapper_t *itw, ehci_itd_t *itd) argument
1551 ehci_parse_sitd_error( ehci_state_t *ehcip, ehci_isoc_xwrapper_t *itw, ehci_itd_t *itd) argument
1643 ehci_print_itd( ehci_state_t *ehcip, ehci_itd_t *itd) argument
1728 ehci_print_sitd( ehci_state_t *ehcip, ehci_itd_t *itd) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c518 iptun_task_data_t *itd = arg; local
519 iptun_task_t task = itd->itd_task;
520 datalink_id_t linkid = itd->itd_linkid;
528 kmem_free(itd, sizeof (*itd));
593 iptun_task_data_t *itd; local
595 itd = kmem_alloc(sizeof (*itd), KM_NOSLEEP);
596 if (itd == NULL) {
600 itd
[all...]

Completed in 65 milliseconds