Searched refs:max_interrupters (Results 1 – 3 of 3) sorted by relevance
2275 if (intr_num > xhci->max_interrupters) { in xhci_add_interrupter() 2277 intr_num, xhci->max_interrupters); in xhci_add_interrupter()
5228 if ((!xhci->max_interrupters) || in xhci_gen_setup()5229 xhci->max_interrupters > HCS_MAX_INTRS(xhci->hcs_params1)) in xhci_gen_setup()5230 xhci->max_interrupters = HCS_MAX_INTRS(xhci->hcs_params1); in xhci_gen_setup()
1535 u16 max_interrupters; member