Home
last modified time | relevance | path

Searched refs:zpci_fmb (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpci.h65 struct zpci_fmb { struct
175 struct zpci_fmb *fmb;
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpci.h65 struct zpci_fmb { struct
180 struct zpci_fmb *fmb;
/kernel/linux/linux-5.10/arch/s390/pci/
H A Dpci.c867 BUILD_BUG_ON(!is_power_of_2(__alignof__(struct zpci_fmb)) || in zpci_mem_init()
868 __alignof__(struct zpci_fmb) < sizeof(struct zpci_fmb)); in zpci_mem_init()
870 zdev_fmb_cache = kmem_cache_create("PCI_FMB_cache", sizeof(struct zpci_fmb), in zpci_mem_init()
871 __alignof__(struct zpci_fmb), 0, NULL); in zpci_mem_init()
/kernel/linux/linux-6.6/arch/s390/pci/
H A Dpci.c1016 BUILD_BUG_ON(!is_power_of_2(__alignof__(struct zpci_fmb)) || in zpci_mem_init()
1017 __alignof__(struct zpci_fmb) < sizeof(struct zpci_fmb)); in zpci_mem_init()
1019 zdev_fmb_cache = kmem_cache_create("PCI_FMB_cache", sizeof(struct zpci_fmb), in zpci_mem_init()
1020 __alignof__(struct zpci_fmb), 0, NULL); in zpci_mem_init()

Completed in 5 milliseconds