Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/pci/
Dpci.c46 #define ZPCI_NR_DEVICES CONFIG_PCI_NR_FUNCTIONS macro
58 static DECLARE_BITMAP(zpci_domain, ZPCI_NR_DEVICES);
62 static struct airq_iv *zpci_aibv[ZPCI_NR_DEVICES];
65 min(((unsigned long) ZPCI_NR_DEVICES * PCI_BAR_COUNT / 2), \
532 zpci_aisb_iv = airq_iv_create(ZPCI_NR_DEVICES, AIRQ_IV_ALLOC); in zpci_irq_init()
738 if (zdev->domain >= ZPCI_NR_DEVICES) in zpci_alloc_domain()
752 zdev->domain = find_first_zero_bit(zpci_domain, ZPCI_NR_DEVICES); in zpci_alloc_domain()
753 if (zdev->domain == ZPCI_NR_DEVICES) { in zpci_alloc_domain()
764 if (zdev->domain >= ZPCI_NR_DEVICES) in zpci_free_domain()