Searched defs:lattice_qh (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c673 ehci_qh_t *next_lattice_qh, *lattice_qh; local
691 lattice_qh = &ehcip->ehci_qh_pool_addr[hnode];
695 ehcip, (Get_QH(lattice_qh->qh_link_ptr) & EHCI_QH_LINK_PTR));
698 Set_QH(qh->qh_prev, ehci_qh_cpu_to_iommu(ehcip, lattice_qh));
703 Set_QH(qh->qh_link_ptr, Get_QH(lattice_qh->qh_link_ptr));
713 (Get_QH(lattice_qh->qh_link_ptr) | EHCI_QH_LINK_PTR_VALID));
717 Set_QH(lattice_qh->qh_link_ptr,
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1505 queue_head_t *next_lattice_qh, *lattice_qh; local
1513 lattice_qh = &uhcip->uhci_qh_pool_addr[node];
1515 QH_VADDR(GetQH32(uhcip, lattice_qh->link_ptr) & QH_LINK_PTR_MASK);
1518 qh->link_ptr = lattice_qh->link_ptr;
1519 qh->prev_qh = lattice_qh;
1520 SetQH32(uhcip, lattice_qh->link_ptr, QH_PADDR(qh) | HC_QUEUE_HEAD);

Completed in 57 milliseconds