Home
last modified time | relevance | path

Searched refs:ed_self (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dohci.c314 ed->ed_self = htole32(buf_res.physaddr); in ohci_init_ed()
372 ed_x->ed_next = ed_y->ed_self; in ohci_init()
388 ed_int->ed_next = ed_isc->ed_self; in ohci_init()
400 sc->sc_intr_p_last[i | (OHCI_NO_EDS / 2)]->ed_self; in ohci_init()
621 sed, le32toh(sed->ed_self), in ohci_dump_ed()
681 last->ed_next = sed->ed_self; in _ohci_append_qh()
2484 ed->ed_self = htole32(page_info.physaddr); in ohci_xfer_setup()
H A Dohci.h105 uint32_t ed_self; member