Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/pci/
H A Dpci.c418 if (zpci_use_mio(zdev)) in zpci_map_resources()
436 if (zpci_use_mio(zdev)) in zpci_unmap_resources()
493 if (zpci_use_mio(zdev)) in zpci_update_fh()
544 if (zpci_use_mio(zdev)) in zpci_setup_bus_resources()
H A Dpci_sysfs.c49 return sysfs_emit(buf, zpci_use_mio(zdev) ? "1\n" : "0\n"); in mio_enabled_show()
H A Dpci_clp.c324 if (!rc && zpci_use_mio(zdev)) { in clp_enable_fh()
/linux-6.15/arch/s390/include/asm/
H A Dpci.h255 static inline bool zpci_use_mio(struct zpci_dev *zdev) in zpci_use_mio() function