Home
last modified time | relevance | path

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

/linux-5.19.10/arch/um/drivers/
Dvirt-pci.c20 #define MAX_MSI_VECTORS 32 macro
55 static unsigned long um_pci_msi_used[BITS_TO_LONGS(MAX_MSI_VECTORS)];
788 bit = find_first_zero_bit(um_pci_msi_used, MAX_MSI_VECTORS); in um_pci_inner_domain_alloc()
789 if (bit >= MAX_MSI_VECTORS) { in um_pci_inner_domain_alloc()
889 um_pci_inner_domain = __irq_domain_add(um_pci_fwnode, MAX_MSI_VECTORS, in um_pci_init()
890 MAX_MSI_VECTORS, 0, in um_pci_init()
/linux-5.19.10/drivers/pci/controller/
Dpcie-altera-msi.c26 #define MAX_MSI_VECTORS 32 macro
29 DECLARE_BITMAP(used, MAX_MSI_VECTORS);