Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h136 typedef struct uhci_qh { struct
145 struct uhci_qh *prev_qh; /* Pointer to Prev queue head */ argument
146 struct uhci_td *td_tailp; /* Pointer to the last TD of QH */
147 struct uhci_bulk_isoc_xfer_info *bulk_xfer_info;
148 uint64_t __pad1; /* align to 16 bytes */
/illumos-gate/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c290 uhci_qh(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in uhci_qh() function