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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c4018 tw->tw_handle_td = uhci_handle_isoc_td;
4285 * uhci_handle_isoc_td:
4289 uhci_handle_isoc_td(uhci_state_t *uhcip, uhci_td_t *td) function
4302 "uhci_handle_isoc_td: td = 0x%p, pp = 0x%p, tw = 0x%p, req = 0x%p, "
4318 "uhci_handle_isoc_td: Error Occurred: TD Status = %x",
4334 "uhci_handle_isoc_td: Number of TDs %d",
4346 "uhci_handle_isoc_td: Drop message");
4670 (head->tw->tw_handle_td != uhci_handle_isoc_td)) {

Completed in 99 milliseconds