Home
last modified time | relevance | path

Searched refs:uhci_qh_pool_addr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h170 queue_head_t *uhci_qh_pool_addr; /* Start of the pool */ member
459 (uintptr_t)uhcip->uhci_qh_pool_addr)))
465 (char *)uhcip->uhci_qh_pool_addr))
/illumos-gate/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c116 ((queue_head_t *)cb_data->fic_td_qh >= uhcip->uhci_qh_pool_addr && in find_uhci_instance()
117 (queue_head_t *)cb_data->fic_td_qh <= (uhcip->uhci_qh_pool_addr + in find_uhci_instance()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c127 queue_head_t *list_array = uhcip->uhci_qh_pool_addr; in uhci_build_interrupt_lattice()
303 (caddr_t *)&uhcip->uhci_qh_pool_addr, &real_length, in uhci_allocate_pools()
310 NULL, (caddr_t)uhcip->uhci_qh_pool_addr, real_length, in uhci_allocate_pools()
331 bzero((void *)uhcip->uhci_qh_pool_addr, in uhci_allocate_pools()
336 uhcip->uhci_qh_pool_addr[i].qh_flag = QUEUE_HEAD_FLAG_FREE; in uhci_allocate_pools()
387 if (uhcip->uhci_qh_pool_addr && uhcip->uhci_qh_pool_mem_handle) { in uhci_free_pools()
941 if (uhcip->uhci_qh_pool_addr[index].qh_flag == in uhci_alloc_queue_head()
960 queue_head = &uhcip->uhci_qh_pool_addr[index]; in uhci_alloc_queue_head()
1513 lattice_qh = &uhcip->uhci_qh_pool_addr[node]; in uhci_insert_intr_qh()