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

/freebsd-13-stable/sys/dev/usb/controller/
H A Duhci.c523 qh_x->qh_e_next = htole32(UHCI_PTR_T);
540 qh_intr->qh_e_next = htole32(UHCI_PTR_T);
568 qh_ls->qh_e_next = htole32(UHCI_PTR_T);
583 qh_ctl->qh_e_next = htole32(UHCI_PTR_T);
591 qh_blk->qh_e_next = htole32(UHCI_PTR_T);
599 qh_lst->qh_e_next = td_lst->td_self;
784 uint32_t qh_e_next; local
789 qh_e_next = le32toh(sqh->qh_e_next);
792 le32toh(sqh->qh_self), qh_h_next, qh_e_next);
[all...]
H A Duhci.h143 volatile uint32_t qh_e_next; member in struct:uhci_qh

Completed in 114 milliseconds