Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/8250/
D8250_pci1xxxx.c700 unsigned int max_vec_reqd; in pci1xxxx_serial_probe() local
731 max_vec_reqd = pci1xxxx_get_max_port(subsys_dev); in pci1xxxx_serial_probe()
733 num_vectors = pci_alloc_irq_vectors(pdev, 1, max_vec_reqd, PCI_IRQ_ALL_TYPES); in pci1xxxx_serial_probe()
743 if (num_vectors == max_vec_reqd) in pci1xxxx_serial_probe()
751 if (num_vectors == max_vec_reqd) in pci1xxxx_serial_probe()