Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c905 ehcip->ehci_intr_cnt = actual; in ehci_add_intrs()
980 ehcip->ehci_intr_cnt); in ehci_add_intrs()
983 for (i = 0; i < ehcip->ehci_intr_cnt; i++) in ehci_add_intrs()
2000 ehcip->ehci_intr_cnt); in ehci_rem_intrs()
2002 for (i = 0; i < ehcip->ehci_intr_cnt; i++) { in ehci_rem_intrs()
2008 for (i = 0; i < ehcip->ehci_intr_cnt; i++) { in ehci_rem_intrs()
2014 ehcip->ehci_intr_cnt * sizeof (ddi_intr_handle_t)); in ehci_rem_intrs()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h91 int ehci_intr_cnt; /* # of intrs inuse */ member