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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Duhci.c511 uhci_qh_t *qh_x; local
519 qh_x = sc->sc_intr_p_last[x];
522 qh_x->h_next = NULL;
523 qh_x->qh_h_next = qh_y->qh_self;
524 qh_x->e_next = NULL;
525 qh_x->qh_e_next = htole32(UHCI_PTR_T);
H A Dehci.c401 ehci_qh_t *qh_x; local
406 qh_x = sc->sc_intr_p_last[x];
412 qh_x->qh_link = qh_y->qh_self;

Completed in 152 milliseconds