Home
last modified time | relevance | path

Searched refs:uhci_qh_pool_size (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c43 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()
H A Duhci.c110 uint_t uhci_qh_pool_size = 130; /* Num QHs */ variable