Home
last modified time | relevance | path

Searched refs:next_lattice_qh (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1505 queue_head_t *next_lattice_qh, *lattice_qh; in uhci_insert_intr_qh() local
1514 next_lattice_qh = in uhci_insert_intr_qh()
1517 next_lattice_qh->prev_qh = qh; in uhci_insert_intr_qh()
2673 queue_head_t *next_lattice_qh = in uhci_remove_intr_qh() local
2677 next_lattice_qh->prev_qh = qh->prev_qh; in uhci_remove_intr_qh()
2691 queue_head_t *next_lattice_qh; in uhci_remove_bulk_qh() local
2705 if (next_lattice_qh == NULL) { in uhci_remove_bulk_qh()
2708 next_lattice_qh->prev_qh = qh->prev_qh; in uhci_remove_bulk_qh()
2720 queue_head_t *next_lattice_qh = in uhci_remove_ctrl_qh() local
2724 if (next_lattice_qh->prev_qh != NULL) { in uhci_remove_ctrl_qh()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c673 ehci_qh_t *next_lattice_qh, *lattice_qh; in ehci_insert_intr_qh() local
694 next_lattice_qh = ehci_qh_iommu_to_cpu( in ehci_insert_intr_qh()
701 if (next_lattice_qh) { in ehci_insert_intr_qh()
706 if (Get_QH(next_lattice_qh->qh_state) != EHCI_QH_STATIC) { in ehci_insert_intr_qh()
707 Set_QH(next_lattice_qh->qh_prev, in ehci_insert_intr_qh()