Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/include/asm/
Dpci.h61 struct zpci_fmb { struct
148 struct zpci_fmb *fmb;
/Linux-v5.4/arch/s390/pci/
Dpci.c822 BUILD_BUG_ON(!is_power_of_2(__alignof__(struct zpci_fmb)) || in zpci_mem_init()
823 __alignof__(struct zpci_fmb) < sizeof(struct zpci_fmb)); in zpci_mem_init()
825 zdev_fmb_cache = kmem_cache_create("PCI_FMB_cache", sizeof(struct zpci_fmb), in zpci_mem_init()
826 __alignof__(struct zpci_fmb), 0, NULL); in zpci_mem_init()