Searched refs:qh_self (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/controller/
H A Duhci.c423 qh->qh_self =
523 qh_x->qh_h_next = qh_y->qh_self;
540 qh_intr->qh_h_next = qh_ls->qh_self;
554 td_x->td_next = qh_intr->qh_self;
569 qh_ls->qh_h_next = qh_fs->qh_self;
584 qh_ctl->qh_h_next = qh_blk->qh_self;
592 qh_blk->qh_h_next = qh_lst->qh_self;
796 le32toh(sqh->qh_self), qh_h_next, qh_e_next);
853 qh_lst->qh_h_next = qh_rec->qh_self;
946 last->qh_h_next = sqh->qh_self;
[all...]
H A Duhci.h150 uint32_t qh_self; member in struct:uhci_qh
H A Dehci.h273 uint32_t qh_self; member in struct:ehci_qh
H A Dehci.c375 qh->qh_self =
412 qh_x->qh_link = qh_y->qh_self;
453 sc->sc_intr_p_last[i | (EHCI_VIRTUAL_FRAMELIST_COUNT / 2)]->qh_self;
513 qh->qh_self =
521 qh->qh_link = qh->qh_self;
774 printf("QH(%p) at 0x%08x:\n", qh, hc32toh(sc, qh->qh_self) & ~0x1F);
996 last->qh_link = sqh->qh_self;
3727 qh->qh_self = htohc32(sc, page_info.physaddr | EHCI_LINK_QH);

Completed in 113 milliseconds