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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcitgt.h44 int uhci_insert_bulk_td(uhci_state_t *uhcip,
H A Duhciutil.h75 int uhci_insert_bulk_td(uhci_state_t *uhcip,
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c692 if ((error = uhci_insert_bulk_td(uhcip, pipe_handle, bulk_reqp,
695 "uhci_hcdi_pipe_bulk_xfer: uhci_insert_bulk_td failed");
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 70 milliseconds