uhci_alloc_queue_head
uhci_polledp->uhci_polled_qh = uhci_alloc_queue_head(uhcip);
pp->pp_qh = uhci_alloc_queue_head(uhcip);
uhcip->uhci_ctrl_xfers_q_head = uhci_alloc_queue_head(uhcip);
uhcip->uhci_bulk_xfers_q_head = uhci_alloc_queue_head(uhcip);
uhcip->uhci_isoc_qh = uhci_alloc_queue_head(uhcip);
extern queue_head_t *uhci_alloc_queue_head(uhci_state_t *);
queue_head_t *uhci_alloc_queue_head(uhci_state_t *uhcip);
queue_head_t *uhci_alloc_queue_head(uhci_state_t *uhcip);