Searched refs:prev_qh (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c968 queue_head->prev_qh = NULL;
1450 uhcip->uhci_ctrl_xfers_q_head->prev_qh = UHCI_INVALID_PTR;
1455 qh->prev_qh = uhcip->uhci_ctrl_xfers_q_tail;
1478 uhcip->uhci_bulk_xfers_q_head->prev_qh = UHCI_INVALID_PTR;
1486 qh->prev_qh = uhcip->uhci_bulk_xfers_q_tail;
1517 next_lattice_qh->prev_qh = qh;
1519 qh->prev_qh = lattice_qh;
2676 qh->prev_qh->link_ptr = qh->link_ptr;
2677 next_lattice_qh->prev_qh = qh->prev_qh;
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1163 ehci_qh_t *prev_qh, *next_qh; local
1170 prev_qh = ehci_qh_iommu_to_cpu(ehcip,
1176 ASSERT(prev_qh != NULL);
1200 Set_QH(prev_qh->qh_link_ptr, Get_QH(qh->qh_link_ptr));
1227 ehci_qh_t *prev_qh, *next_qh; local
1234 prev_qh = ehci_qh_iommu_to_cpu(ehcip, Get_QH(qh->qh_prev));
1239 ASSERT(prev_qh != NULL);
1243 Set_QH(prev_qh->qh_link_ptr, Get_QH(qh->qh_link_ptr));
1251 Set_QH(prev_qh->qh_link_ptr,
1275 ehci_qh_t *next_qh, *prev_qh; local
[all...]
H A Dehci_polled.c2227 ehci_qh_t *prev_qh, *next_qh; local
2229 prev_qh = ehci_qh_iommu_to_cpu(ehcip,
2235 ASSERT(prev_qh != NULL);
2258 Set_QH(prev_qh->qh_link_ptr, Get_QH(qh->qh_link_ptr));
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c374 mdb_printf(" prev_qh : %?p "
376 qh.prev_qh, qh.td_tailp);
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h145 struct uhci_qh *prev_qh; /* Pointer to Prev queue head */ member in struct:uhci_qh

Completed in 134 milliseconds