Home
last modified time | relevance | path

Searched refs:to_zpci (Results 1 – 12 of 12) sorted by relevance

/linux-5.19.10/arch/s390/pci/
Dpci_sysfs.c24 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); \
46 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in mio_enabled_show()
57 struct zpci_dev *zdev = to_zpci(pdev); in recover_store()
129 struct zpci_dev *zdev = to_zpci(pdev); in util_string_read()
143 struct zpci_dev *zdev = to_zpci(pdev); in report_error_write()
167 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in index_show()
Dpci_dma.c265 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in __dma_alloc_iommu()
275 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in dma_alloc_address()
307 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in dma_free_address()
340 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_map_pages()
380 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_unmap_pages()
401 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_alloc()
428 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_free()
442 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in __s390_dma_map_sg()
Dpci_event.c98 struct zpci_dev *zdev = to_zpci(pdev); in zpci_event_do_error_state_clear()
140 if (zpci_hot_reset_device(to_zpci(pdev))) { in zpci_event_do_reset()
179 if (is_passed_through(to_zpci(pdev))) { in zpci_event_attempt_error_recovery()
242 if (is_passed_through(to_zpci(pdev))) in zpci_event_io_failure()
Dpci.c297 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_fh()
316 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_mio()
346 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_wc_range_mio()
423 struct zpci_dev *zdev = to_zpci(pdev); in zpci_map_resources()
446 struct zpci_dev *zdev = to_zpci(pdev); in zpci_unmap_resources()
595 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_device_add()
620 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_release_device()
628 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_enable_device()
638 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_disable_device()
988 struct zpci_dev *zdev = to_zpci(pdev); in zpci_report_error()
Dpci_irq.c267 struct zpci_dev *zdev = to_zpci(pdev); in arch_setup_msi_irqs()
355 struct zpci_dev *zdev = to_zpci(pdev); in arch_teardown_msi_irqs()
390 struct zpci_dev *zdev = to_zpci(pdev); in arch_restore_msi_irqs()
Dpci_bus.c294 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_bus_add_device()
/linux-5.19.10/drivers/s390/net/
Dism.h219 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_read_cmd()
233 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_write_cmd()
243 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_move()
Dism_drv.c425 return to_zpci(ismdev->pdev)->pchid; in ism_get_chid()
/linux-5.19.10/arch/s390/include/asm/
Dpci.h262 static inline struct zpci_dev *to_zpci(struct pci_dev *pdev) in to_zpci() function
271 return to_zpci(to_pci_dev(dev)); in to_zpci_dev()
/linux-5.19.10/arch/s390/net/
Dpnet.c57 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in pnet_ids_by_device()
/linux-5.19.10/drivers/vfio/pci/
Dvfio_pci_zdev.c115 struct zpci_dev *zdev = to_zpci(vdev->pdev); in vfio_pci_info_zdev_add_caps()
/linux-5.19.10/net/smc/
Dsmc_core.h488 zdev = to_zpci(pci_dev); in smc_set_pci_values()