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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c3969 * uhci_insert_isoc_td:
3976 uhci_insert_isoc_td( function
3997 "uhci_insert_isoc_td: ph = 0x%p isoc req = %p length = %lu",
4006 "uhci_insert_isoc_td: TW allocation failed");
4047 "uhci_insert_isoc_td: isoc_req_t alloc failed");
4090 "uhci_insert_isoc_td : isoc pkts %d", isoc_req->isoc_pkts_count);
4161 "uhci_insert_isoc_td: Invalid starting frame number");
4238 "uhci_insert_isoc_td: current frame number 0x%llx, pipe frame num"
4504 error = uhci_insert_isoc_td(uhcip, ph, isoc_req, length, usb_flags);

Completed in 54 milliseconds