Lines Matching refs:qh_self
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()
2943 qh->qh_self = htole32(page_info.physaddr | UHCI_PTR_QH); in uhci_xfer_setup()