Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/include/asm/
Dpci.h27 #define ZPCI_NR_DEVICES CONFIG_PCI_NR_FUNCTIONS macro
31 #if (ZPCI_NR_DEVICES > ZPCI_DOMAIN_BITMAP_SIZE)
32 # error ZPCI_NR_DEVICES can not be bigger than ZPCI_DOMAIN_BITMAP_SIZE
/linux-5.19.10/arch/s390/pci/
Dpci_bus.c385 if (zpci_nb_devices == ZPCI_NR_DEVICES) { in zpci_bus_device_register()
387 zdev->fid, ZPCI_NR_DEVICES); in zpci_bus_device_register()
Dpci_irq.c452 zpci_ibv = kcalloc(ZPCI_NR_DEVICES, sizeof(*zpci_ibv), GFP_KERNEL); in zpci_floating_irq_init()
456 zpci_sbv = airq_iv_create(ZPCI_NR_DEVICES, AIRQ_IV_ALLOC); in zpci_floating_irq_init()
Dpci.c50 min(((unsigned long) ZPCI_NR_DEVICES * PCI_STD_NUM_BARS / 2), \
667 domain = find_first_zero_bit(zpci_domain, ZPCI_NR_DEVICES); in __zpci_alloc_domain()