Searched refs:max_interrupters (Results 1 – 3 of 3) sorted by relevance
2273 if (intr_num > xhci->max_interrupters) { in xhci_add_interrupter()2275 intr_num, xhci->max_interrupters); in xhci_add_interrupter()
5165 if ((!xhci->max_interrupters) || in xhci_gen_setup()5166 xhci->max_interrupters > HCS_MAX_INTRS(xhci->hcs_params1)) in xhci_gen_setup()5167 xhci->max_interrupters = HCS_MAX_INTRS(xhci->hcs_params1); in xhci_gen_setup()
1782 u16 max_interrupters; member