Home
last modified time | relevance | path

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

/Linux-v5.15/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()
121 struct zpci_dev *zdev = to_zpci(pdev); in util_string_read()
135 struct zpci_dev *zdev = to_zpci(pdev); in report_error_write()
159 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in index_show()
Dpci_dma.c263 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in __dma_alloc_iommu()
273 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in dma_alloc_address()
305 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in dma_free_address()
338 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_map_pages()
378 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_unmap_pages()
399 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_alloc()
426 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_free()
440 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in __s390_dma_map_sg()
Dpci.c296 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_fh()
315 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_mio()
345 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_wc_range_mio()
422 struct zpci_dev *zdev = to_zpci(pdev); in zpci_map_resources()
445 struct zpci_dev *zdev = to_zpci(pdev); in zpci_unmap_resources()
566 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_add_device()
591 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_release_device()
599 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_enable_device()
609 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_disable_device()
900 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()
Dpci_bus.c294 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_bus_add_device()
/Linux-v5.15/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-v5.15/arch/s390/include/asm/
Dpci.h260 static inline struct zpci_dev *to_zpci(struct pci_dev *pdev) in to_zpci() function
269 return to_zpci(to_pci_dev(dev)); in to_zpci_dev()
/Linux-v5.15/arch/s390/net/
Dpnet.c57 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in pnet_ids_by_device()
/Linux-v5.15/drivers/vfio/pci/
Dvfio_pci_zdev.c115 struct zpci_dev *zdev = to_zpci(vdev->pdev); in vfio_pci_info_zdev_add_caps()
/Linux-v5.15/net/smc/
Dsmc_core.h406 zdev = to_zpci(pci_dev); in smc_set_pci_values()