Lines Matching refs:qh_e_next
522 qh_x->qh_e_next = htole32(UHCI_PTR_T); in uhci_init()
539 qh_intr->qh_e_next = htole32(UHCI_PTR_T); in uhci_init()
567 qh_ls->qh_e_next = htole32(UHCI_PTR_T); in uhci_init()
582 qh_ctl->qh_e_next = htole32(UHCI_PTR_T); in uhci_init()
590 qh_blk->qh_e_next = htole32(UHCI_PTR_T); in uhci_init()
598 qh_lst->qh_e_next = td_lst->td_self; in uhci_init()
783 uint32_t qh_e_next; in uhci_dump_qh() local
788 qh_e_next = le32toh(sqh->qh_e_next); in uhci_dump_qh()
791 le32toh(sqh->qh_self), qh_h_next, qh_e_next); in uhci_dump_qh()
794 (((sqh->e_next != NULL) && !(qh_e_next & UHCI_PTR_T)) ? 2 : 0)); in uhci_dump_qh()
1280 qh->qh_e_next = td_self; in uhci_check_transfer_sub()
1898 qh->qh_e_next = td->td_self; in uhci_device_bulk_start()
1955 qh->qh_e_next = td->td_self; in uhci_device_ctrl_start()
2048 qh->qh_e_next = td->td_self; in uhci_device_intr_start()