Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/pci/
Dpci_sysfs.c22 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); \
43 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in mio_enabled_show()
53 struct zpci_dev *zdev = to_zpci(pdev); in recover_store()
86 struct zpci_dev *zdev = to_zpci(pdev); in util_string_read()
100 struct zpci_dev *zdev = to_zpci(pdev); in report_error_write()
Dpci_dma.c263 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.c268 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_fh()
287 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_mio()
317 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_wc_range_mio()
415 struct zpci_dev *zdev = to_zpci(pdev); in zpci_map_resources()
447 struct zpci_dev *zdev = to_zpci(pdev); in zpci_unmap_resources()
593 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_enable_device()
603 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_disable_device()
613 struct zpci_dev *zdev = to_zpci(pdev); in zpci_restore()
634 struct zpci_dev *zdev = to_zpci(pdev); in zpci_freeze()
814 struct zpci_dev *zdev = to_zpci(pdev); in zpci_report_error()
Dpci_irq.c237 struct zpci_dev *zdev = to_zpci(pdev); in arch_setup_msi_irqs()
319 struct zpci_dev *zdev = to_zpci(pdev); in arch_teardown_msi_irqs()
/Linux-v5.4/drivers/s390/net/
Dism.h214 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_read_cmd()
228 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_write_cmd()
238 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_move()
/Linux-v5.4/arch/s390/net/
Dpnet.c57 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in pnet_ids_by_device()
/Linux-v5.4/arch/s390/include/asm/
Dpci.h225 static inline struct zpci_dev *to_zpci(struct pci_dev *pdev) in to_zpci() function