Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/pci/
H A 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()
H A Dpci_dma.c285 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in __dma_alloc_iommu()
295 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in dma_alloc_address()
327 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in dma_free_address()
360 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_map_pages()
400 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_unmap_pages()
421 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_alloc()
448 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_free()
462 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in __s390_dma_map_sg()
H A 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()
H A Dpci.c273 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_fh()
292 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_mio()
322 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_wc_range_mio()
399 struct zpci_dev *zdev = to_zpci(pdev); in zpci_map_resources()
422 struct zpci_dev *zdev = to_zpci(pdev); in zpci_unmap_resources()
575 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_device_add()
600 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_release_device()
608 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_enable_device()
618 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_disable_device()
955 struct zpci_dev *zdev = to_zpci(pdev); in zpci_report_error()
H A Dpci_irq.c302 struct zpci_dev *zdev = to_zpci(pdev); in arch_setup_msi_irqs()
390 struct zpci_dev *zdev = to_zpci(pdev); in arch_teardown_msi_irqs()
428 struct zpci_dev *zdev = to_zpci(pdev); in arch_restore_msi_irqs()
H A Dpci_bus.c284 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_bus_add_device()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_zdev.c119 struct zpci_dev *zdev = to_zpci(vdev->pdev); in vfio_pci_info_zdev_add_caps()
146 struct zpci_dev *zdev = to_zpci(vdev->pdev); in vfio_pci_zdev_open_device()
162 struct zpci_dev *zdev = to_zpci(vdev->pdev); in vfio_pci_zdev_close_device()
/openbmc/linux/drivers/s390/net/
H A Dism.h204 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_read_cmd()
218 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_write_cmd()
228 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_move()
H A Dism_drv.c853 return to_zpci(ism->pdev)->pchid; in ism_get_chid()
/openbmc/linux/arch/s390/net/
H A Dpnet.c57 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in pnet_ids_by_device()
/openbmc/linux/arch/s390/include/asm/
H A Dpci.h272 static inline struct zpci_dev *to_zpci(struct pci_dev *pdev) in to_zpci() function
281 return to_zpci(to_pci_dev(dev)); in to_zpci_dev()
/openbmc/linux/net/smc/
H A Dsmc_core.h531 zdev = to_zpci(pci_dev); in smc_set_pci_values()