Searched defs:uhci_qh (Results 1 – 2 of 2) sorted by relevance
136 typedef struct uhci_qh { struct145 struct uhci_qh *prev_qh; /* Pointer to Prev queue head */ argument146 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 */
292 uhci_qh(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in uhci_qh() function