Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c351 QH_VADDR(qh.link_ptr & QH_LINK_PTR_MASK)); in uhci_qh()
600 wsp->walk_addr = (uintptr_t)QH_VADDR(wsp->walk_addr); in uhci_qh_walk_step()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h462 #define QH_VADDR(addr) \ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1091 tmp_qh = QH_VADDR(paddr); in uhci_allocate_bandwidth()
1515 QH_VADDR(GetQH32(uhcip, lattice_qh->link_ptr) & QH_LINK_PTR_MASK); in uhci_insert_intr_qh()
2674 QH_VADDR(GetQH32(uhcip, qh->link_ptr) & QH_LINK_PTR_MASK); in uhci_remove_intr_qh()
2696 0 : QH_VADDR(paddr); in uhci_remove_bulk_qh()
2721 QH_VADDR(GetQH32(uhcip, qh->link_ptr) & QH_LINK_PTR_MASK); in uhci_remove_ctrl_qh()
3355 next_qh = QH_VADDR(paddr); in uhci_handle_bulk_td()