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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c58 int ehci_qh_pool_size = EHCI_QH_POOL_SIZE; variable
488 ehci_qh_pool_size * sizeof (ehci_qh_t),
513 ehci_qh_pool_size * sizeof (ehci_qh_t));
536 for (i = 0; i < ehci_qh_pool_size; i ++) {

Completed in 66 milliseconds