Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Duhci.c318 uhci_find_prev_qh(struct uhci_soft_qh *pqh, struct uhci_soft_qh *sqh) in uhci_find_prev_qh() argument
320 DPRINTFN(15,("uhci_find_prev_qh: pqh=%p sqh=%p\n", pqh, sqh)); in uhci_find_prev_qh()
322 for (; pqh->hlink != sqh; pqh = pqh->hlink) { in uhci_find_prev_qh()
324 if (letoh32(pqh->qh.qh_hlink) & UHCI_PTR_T) { in uhci_find_prev_qh()
330 return (pqh); in uhci_find_prev_qh()
891 struct uhci_soft_qh *pqh; in uhci_remove_hs_ctrl() local
912 pqh = uhci_find_prev_qh(sc->sc_hctl_start, sqh); in uhci_remove_hs_ctrl()
913 pqh->hlink = sqh->hlink; in uhci_remove_hs_ctrl()
914 pqh->qh.qh_hlink = sqh->qh.qh_hlink; in uhci_remove_hs_ctrl()
917 sc->sc_hctl_end = pqh; in uhci_remove_hs_ctrl()
[all …]