Home
last modified time | relevance | path

Searched refs:ehci_async_req_count (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c1097 ehcip->ehci_async_req_count++; in ehci_init_hardware()
4025 if ((ehcip->ehci_async_req_count > 0) && in ehci_toggle_scheduler_on_pipe()
4122 if (((ehcip->ehci_async_req_count > 1) && in ehci_toggle_scheduler()
4124 ((ehcip->ehci_async_req_count > 1) && in ehci_toggle_scheduler()
4142 if (ehcip->ehci_async_req_count > 1) { in ehci_toggle_scheduler()
4147 } else if (ehcip->ehci_async_req_count == 1) { in ehci_toggle_scheduler()
H A Dehci_xfer.c3113 ehcip->ehci_async_req_count++; in ehci_create_transfer_wrapper()
3551 ehcip->ehci_async_req_count--; in ehci_free_tw()
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h169 uint_t ehci_async_req_count; member