Searched refs:qh_self (Results 1 – 4 of 4) sorted by relevance
420 qh->qh_self = in uhci_init_qh()520 qh_x->qh_h_next = qh_y->qh_self; in uhci_init()537 qh_intr->qh_h_next = qh_ls->qh_self; in uhci_init()550 td_x->td_next = qh_intr->qh_self; in uhci_init()565 qh_ls->qh_h_next = qh_fs->qh_self; in uhci_init()580 qh_ctl->qh_h_next = qh_blk->qh_self; in uhci_init()588 qh_blk->qh_h_next = qh_lst->qh_self; in uhci_init()791 le32toh(sqh->qh_self), qh_h_next, qh_e_next); in uhci_dump_qh()848 qh_lst->qh_h_next = qh_rec->qh_self; in uhci_add_loop()941 last->qh_h_next = sqh->qh_self; in _uhci_append_qh()[all …]
151 uint32_t qh_self; member
376 qh->qh_self = in ehci_init()413 qh_x->qh_link = qh_y->qh_self; in ehci_init()454 sc->sc_intr_p_last[i | (EHCI_VIRTUAL_FRAMELIST_COUNT / 2)]->qh_self; in ehci_init()512 qh->qh_self = in ehci_init()520 qh->qh_link = qh->qh_self; in ehci_init()773 printf("QH(%p) at 0x%08x:\n", qh, hc32toh(sc, qh->qh_self) & ~0x1F); in ehci_dump_sqh()995 last->qh_link = sqh->qh_self; in _ehci_append_qh()3621 qh->qh_self = htohc32(sc, page_info.physaddr | EHCI_LINK_QH); in ehci_xfer_setup()
273 uint32_t qh_self; member