Searched refs:MAX_MSI_VECTORS (Results 1 – 2 of 2) sorted by relevance
20 #define MAX_MSI_VECTORS 32 macro55 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()
26 #define MAX_MSI_VECTORS 32 macro29 DECLARE_BITMAP(used, MAX_MSI_VECTORS);