Searched refs:qh_h_next (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/controller/
H A Duhci.c523 qh_x->qh_h_next = qh_y->qh_self;
540 qh_intr->qh_h_next = qh_ls->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;
600 qh_lst->qh_h_next = htole32(UHCI_PTR_T); /* end of QH chain */
787 uint32_t qh_h_next; local
792 qh_h_next = le32toh(sqh->qh_h_next);
796 le32toh(sqh->qh_self), qh_h_next, qh_e_nex
[all...]
H A Duhci.h140 volatile uint32_t qh_h_next; member in struct:uhci_qh

Completed in 114 milliseconds