Searched refs:max_interrupters (Results 1 – 5 of 5) sorted by relevance
1880 if (!ir || !ir->intr_num || ir->intr_num >= xhci->max_interrupters) { in xhci_remove_secondary_interrupter()1909 for (i = 0; xhci->interrupters && i < xhci->max_interrupters; i++) { in xhci_mem_cleanup()2367 if (!xhci->interrupters || xhci->max_interrupters <= 1 || in xhci_create_secondary_interrupter()2368 intr_num >= xhci->max_interrupters) in xhci_create_secondary_interrupter()2378 for (i = 1; i < xhci->max_interrupters; i++) { in xhci_create_secondary_interrupter()2397 xhci->max_interrupters); in xhci_create_secondary_interrupter()2405 ir->intr_num, xhci->max_interrupters); in xhci_create_secondary_interrupter()2499 xhci->interrupters = kcalloc_node(xhci->max_interrupters, sizeof(*xhci->interrupters), in xhci_mem_init()
271 &xhci->max_interrupters); in xhci_plat_probe()
166 xhci->nvecs = min(num_online_cpus() + 1, xhci->max_interrupters); in xhci_try_enable_msi()
807 for (i = 0; i < xhci->max_interrupters; i++) { in xhci_save_registers()831 for (i = 0; i < xhci->max_interrupters; i++) { in xhci_restore_registers()5422 if ((!xhci->max_interrupters) || in xhci_gen_setup()5423 xhci->max_interrupters > HCS_MAX_INTRS(xhci->hcs_params1)) in xhci_gen_setup()5424 xhci->max_interrupters = HCS_MAX_INTRS(xhci->hcs_params1); in xhci_gen_setup()
1522 u16 max_interrupters; member