Searched refs:uhci_td_pool_size (Results 1 – 2 of 2) sorted by relevance
42 extern uint_t uhci_td_pool_size; /* Num TDs */250 uhci_td_pool_size * sizeof (uhci_td_t), in uhci_allocate_pools()265 uhci_td_pool_size * sizeof (uhci_td_t)); in uhci_allocate_pools()288 for (i = 0; i < uhci_td_pool_size; i++) { in uhci_allocate_pools()361 for (i = 0; i < uhci_td_pool_size; i ++) { in uhci_free_pools()2750 for (index = 0; index < uhci_td_pool_size; index ++) { in uhci_allocate_td_from_pool()2756 if (index == uhci_td_pool_size) { in uhci_allocate_td_from_pool()
109 uint_t uhci_td_pool_size = 256; /* Num TDs */ variable