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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c177 uhcip->uhci_ctrl_xfers_q_head = uhci_alloc_queue_head(uhcip);
183 uhcip->uhci_bulk_xfers_q_head = uhci_alloc_queue_head(uhcip);
209 uhcip->uhci_isoc_qh = uhci_alloc_queue_head(uhcip);
911 * uhci_alloc_queue_head:
915 uhci_alloc_queue_head(uhci_state_t *uhcip) function
922 "uhci_alloc_queue_head");
930 "uhci_alloc_queue_head: allocate td from pool failed");
948 "uhci_alloc_queue_head: Allocated %d", index);
952 "uhci_alloc_queue_head: All QH exhausted");
962 "uhci_alloc_queue_head
[all...]

Completed in 64 milliseconds