HomeSort by: relevance | last modified time | path
    Searched defs:pqh (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
uhci.c 405 uhci_find_prev_qh(uhci_soft_qh_t *pqh, uhci_soft_qh_t *sqh)
408 DPRINTFN(15, "pqh=%#jx sqh=%#jx", (uintptr_t)pqh, (uintptr_t)sqh, 0, 0);
410 for (; pqh->hlink != sqh; pqh = pqh->hlink) {
412 usb_syncmem(&pqh->dma,
413 pqh->offs + offsetof(uhci_qh_t, qh_hlink),
414 sizeof(pqh->qh.qh_hlink),
416 if (le32toh(pqh->qh.qh_hlink) & UHCI_PTR_T)
1160 uhci_soft_qh_t *pqh; local in function:uhci_remove_hs_ctrl
1239 uhci_soft_qh_t *pqh; local in function:uhci_remove_ls_ctrl
1305 uhci_soft_qh_t *pqh; local in function:uhci_remove_bulk
3286 uhci_soft_qh_t *pqh; local in function:uhci_remove_intr
    [all...]

Completed in 12 milliseconds