Searched refs:qh_lst (Results 1 – 1 of 1) sorted by relevance
572 uhci_qh_t *qh_lst; in uhci_init() local584 qh_lst = sc->sc_last_qh_p; in uhci_init()587 qh_blk->h_next = qh_lst; in uhci_init()588 qh_blk->qh_h_next = qh_lst->qh_self; in uhci_init()595 qh_lst->h_next = 0; in uhci_init()596 qh_lst->qh_h_next = htole32(UHCI_PTR_T); /* end of QH chain */ in uhci_init()597 qh_lst->e_next = td_lst; in uhci_init()598 qh_lst->qh_e_next = td_lst->td_self; in uhci_init()832 struct uhci_qh *qh_lst; in uhci_add_loop() local843 qh_lst = sc->sc_last_qh_p; in uhci_add_loop()[all …]