Searched refs:ehci_intr_cnt (Results 1 – 2 of 2) sorted by relevance
905 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()1979 ehcip->ehci_intr_cnt); in ehci_rem_intrs()1981 for (i = 0; i < ehcip->ehci_intr_cnt; i++) { in ehci_rem_intrs()1987 for (i = 0; i < ehcip->ehci_intr_cnt; i++) { in ehci_rem_intrs()1993 ehcip->ehci_intr_cnt * sizeof (ddi_intr_handle_t)); in ehci_rem_intrs()
91 int ehci_intr_cnt; /* # of intrs inuse */ member