Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dpci.h31 #define ZPCI_NR_DEVICES CONFIG_PCI_NR_FUNCTIONS macro
35 #if (ZPCI_NR_DEVICES > ZPCI_DOMAIN_BITMAP_SIZE)
36 # error ZPCI_NR_DEVICES can not be bigger than ZPCI_DOMAIN_BITMAP_SIZE
/linux/arch/s390/kvm/
H A Dpci.c61 aift->sbv = airq_iv_create(ZPCI_NR_DEVICES, AIRQ_IV_ALLOC, NULL); in zpci_setup_aipb()
67 size = get_order(PAGE_ALIGN(ZPCI_NR_DEVICES * in zpci_setup_aipb()
79 zpci_aipb->aipb.faal = ZPCI_NR_DEVICES; in zpci_setup_aipb()
129 aift->kzdev = kzalloc_objs(struct kvm_zdev *, ZPCI_NR_DEVICES); in kvm_s390_pci_aen_init()
/linux/arch/s390/pci/
H A Dpci_bus.c431 if (zpci_nb_devices == ZPCI_NR_DEVICES) { in zpci_bus_device_register()
433 zdev->fid, ZPCI_NR_DEVICES); in zpci_bus_device_register()
H A Dpci_irq.c592 zpci_ibv = kzalloc_objs(*zpci_ibv, ZPCI_NR_DEVICES); in zpci_floating_irq_init()
596 zpci_sbv = airq_iv_create(ZPCI_NR_DEVICES, AIRQ_IV_ALLOC, NULL); in zpci_floating_irq_init()
H A Dpci.c53 min(((unsigned long) ZPCI_NR_DEVICES * PCI_STD_NUM_BARS / 2), \
677 domain = find_first_zero_bit(zpci_domain, ZPCI_NR_DEVICES); in __zpci_alloc_domain()