Searched defs:uhci_insert_bulk_td (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c2778 * uhci_insert_bulk_td:
2781 uhci_insert_bulk_td( function
2799 "uhci_insert_bulk_td: req: 0x%p, flags = 0x%x", (void *)req, flags);
2809 "uhci_insert_bulk_td: TW allocation failed");
2827 "uhci_insert_bulk_td: direction: 0x%x", tw->tw_direction);
2869 "uhci_insert_bulk_td: kmem_zalloc failed");
2881 "uhci_insert_bulk_td: alloc_bulk_isoc_tds failed");
2938 "uhci_insert_bulk_td: count = %d no tds %d",

Completed in 72 milliseconds