Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/pci/
Dpci_sysfs.c22 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); \
44 struct zpci_dev *zdev = to_zpci(pdev); in recover_store()
77 struct zpci_dev *zdev = to_zpci(pdev); in util_string_read()
91 struct zpci_dev *zdev = to_zpci(pdev); in report_error_write()
Dpci_dma.c265 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in __dma_alloc_iommu()
277 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in dma_alloc_address()
309 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in dma_free_address()
342 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_map_pages()
382 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_unmap_pages()
403 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_alloc()
430 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_free()
444 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in __s390_dma_map_sg()
Dpci.c285 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range()
394 struct zpci_dev *zdev = to_zpci(pdev); in arch_setup_msi_irqs()
451 struct zpci_dev *zdev = to_zpci(pdev); in arch_teardown_msi_irqs()
675 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_enable_device()
685 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_disable_device()
695 struct zpci_dev *zdev = to_zpci(pdev); in zpci_restore()
716 struct zpci_dev *zdev = to_zpci(pdev); in zpci_freeze()
896 struct zpci_dev *zdev = to_zpci(pdev); in zpci_report_error()
/Linux-v4.19/arch/s390/net/
Dpnet.c47 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in pnet_ids_by_device()
/Linux-v4.19/drivers/s390/net/
Dism.h215 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_move()
/Linux-v4.19/arch/s390/include/asm/
Dpci.h212 static inline struct zpci_dev *to_zpci(struct pci_dev *pdev) in to_zpci() function