Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
H A Dpci-xgene-msi.c27 #define NR_MSI_VEC (NR_MSI_BITS / num_possible_cpus()) macro
174 hwirq = find_first_zero_bit(msi->bitmap, NR_MSI_VEC); in xgene_irq_domain_alloc()
175 if (hwirq < NR_MSI_VEC) in xgene_irq_domain_alloc()
180 if (hwirq >= NR_MSI_VEC) in xgene_irq_domain_alloc()
226 .size = NR_MSI_VEC, in xgene_allocate_domains()
236 xgene_msi_ctrl->bitmap = devm_bitmap_zalloc(dev, NR_MSI_VEC, GFP_KERNEL); in xgene_msi_init_allocator()