Lines Matching refs:qh_lst
572 uhci_qh_t *qh_lst; in uhci_init() local
584 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() local
843 qh_lst = sc->sc_last_qh_p; in uhci_add_loop()
848 qh_lst->qh_h_next = qh_rec->qh_self; in uhci_add_loop()
849 usb_pc_cpu_flush(qh_lst->page_cache); in uhci_add_loop()
856 struct uhci_qh *qh_lst; in uhci_rem_loop() local
866 qh_lst = sc->sc_last_qh_p; in uhci_rem_loop()
867 qh_lst->qh_h_next = htole32(UHCI_PTR_T); in uhci_rem_loop()
868 usb_pc_cpu_flush(qh_lst->page_cache); in uhci_rem_loop()