Home
last modified time | relevance | path

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

/arch/s390/pci/
Dpci.c45 #define ZPCI_NR_DEVICES CONFIG_PCI_NR_FUNCTIONS macro
57 static DECLARE_BITMAP(zpci_domain, ZPCI_NR_DEVICES);
61 static struct airq_iv *zpci_aibv[ZPCI_NR_DEVICES];
512 zpci_aisb_iv = airq_iv_create(ZPCI_NR_DEVICES, AIRQ_IV_ALLOC); in zpci_irq_init()
716 zdev->domain = find_first_zero_bit(zpci_domain, ZPCI_NR_DEVICES); in zpci_alloc_domain()
717 if (zdev->domain == ZPCI_NR_DEVICES) { in zpci_alloc_domain()