Searched refs:uhci_qh_pool_size (Results 1 – 2 of 2) sorted by relevance
43 extern uint_t uhci_qh_pool_size; /* Num QHs */301 uhci_qh_pool_size * sizeof (queue_head_t), in uhci_allocate_pools()332 uhci_qh_pool_size * sizeof (queue_head_t)); in uhci_allocate_pools()335 for (i = 0; i < uhci_qh_pool_size; i ++) { in uhci_allocate_pools()940 for (index = NUM_STATIC_NODES; index < uhci_qh_pool_size; index++) { in uhci_alloc_queue_head()950 if (index == uhci_qh_pool_size) { in uhci_alloc_queue_head()
110 uint_t uhci_qh_pool_size = 130; /* Num QHs */ variable