Searched defs:next_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
694 next_lattice_qh = ehci_qh_iommu_to_cpu(
700 /* Check next_lattice_qh value */
701 if (next_lattice_qh) {
706 if (Get_QH(next_lattice_qh->qh_state) != EHCI_QH_STATIC) {
707 Set_QH(next_lattice_qh->qh_prev,
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1505 queue_head_t *next_lattice_qh, *lattice_qh; local
1514 next_lattice_qh =
1517 next_lattice_qh->prev_qh = qh;
2673 queue_head_t *next_lattice_qh = local
2677 next_lattice_qh->prev_qh = qh->prev_qh;
2691 queue_head_t *next_lattice_qh; local
2695 next_lattice_qh = (qh == uhcip->uhci_bulk_xfers_q_tail) ?
2705 if (next_lattice_qh == NULL) {
2708 next_lattice_qh->prev_qh = qh->prev_qh;
2720 queue_head_t *next_lattice_qh local
[all...]

Completed in 55 milliseconds