Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/pci/
Dpci.c42 static DECLARE_BITMAP(zpci_domain, ZPCI_NR_DEVICES);
46 min(((unsigned long) ZPCI_NR_DEVICES * PCI_BAR_COUNT / 2), \
656 if (zdev->domain >= ZPCI_NR_DEVICES) in zpci_alloc_domain()
670 zdev->domain = find_first_zero_bit(zpci_domain, ZPCI_NR_DEVICES); in zpci_alloc_domain()
671 if (zdev->domain == ZPCI_NR_DEVICES) { in zpci_alloc_domain()
682 if (zdev->domain >= ZPCI_NR_DEVICES) in zpci_free_domain()
Dpci_irq.c416 zpci_ibv = kcalloc(ZPCI_NR_DEVICES, sizeof(*zpci_ibv), GFP_KERNEL); in zpci_floating_irq_init()
420 zpci_sbv = airq_iv_create(ZPCI_NR_DEVICES, AIRQ_IV_ALLOC); in zpci_floating_irq_init()
/Linux-v5.4/arch/s390/include/asm/
Dpci.h30 #define ZPCI_NR_DEVICES CONFIG_PCI_NR_FUNCTIONS macro