Home
last modified time | relevance | path

Searched defs:ohci_ed (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h293 typedef volatile struct ohci_ed { struct
297 uint32_t hced_next; /* (ohci_ed *) Next endpoint */ argument
298 uint32_t hced_prev; /* (ohci_ed *)Virt addr. of prev ept */ argument
300 uint32_t hced_reclaim_next; /* (ohci_ed *) Reclaim list */ argument
304 } ohci_ed_t; argument