Searched refs:zpci_dev (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/arch/s390/include/asm/ |
D | pci.h | 94 struct zpci_dev { struct 156 static inline bool zdev_enabled(struct zpci_dev *zdev) in zdev_enabled() argument 167 int zpci_create_device(struct zpci_dev *); 168 void zpci_remove_device(struct zpci_dev *zdev); 169 int zpci_enable_device(struct zpci_dev *); 170 int zpci_disable_device(struct zpci_dev *); 171 int zpci_register_ioat(struct zpci_dev *, u8, u64, u64, u64); 172 int zpci_unregister_ioat(struct zpci_dev *, u8); 180 int clp_enable_fh(struct zpci_dev *, u8); 181 int clp_disable_fh(struct zpci_dev *); [all …]
|
D | pci_dma.h | 196 int zpci_dma_init_device(struct zpci_dev *); 197 void zpci_dma_exit_device(struct zpci_dev *);
|
/Linux-v4.19/arch/s390/pci/ |
D | pci.c | 75 struct zpci_dev *get_zdev_by_fid(u32 fid) in get_zdev_by_fid() 77 struct zpci_dev *tmp, *zdev = NULL; in get_zdev_by_fid() 92 struct zpci_dev *tmp, *zdev; in zpci_remove_reserved_devices() 109 static struct zpci_dev *get_zdev_by_bus(struct pci_bus *bus) in get_zdev_by_bus() 111 return (bus && bus->sysdata) ? (struct zpci_dev *) bus->sysdata : NULL; in get_zdev_by_bus() 116 return ((struct zpci_dev *) bus->sysdata)->domain; in pci_domain_nr() 127 static int zpci_set_airq(struct zpci_dev *zdev) in zpci_set_airq() 145 static int zpci_clear_airq(struct zpci_dev *zdev) in zpci_clear_airq() 160 int zpci_register_ioat(struct zpci_dev *zdev, u8 dmaas, in zpci_register_ioat() 175 int zpci_unregister_ioat(struct zpci_dev *zdev, u8 dmaas) in zpci_unregister_ioat() [all …]
|
D | pci_dma.c | 24 static int zpci_refresh_global(struct zpci_dev *zdev) in zpci_refresh_global() 135 static int __dma_update_trans(struct zpci_dev *zdev, unsigned long pa, in __dma_update_trans() 181 static int __dma_purge_tlb(struct zpci_dev *zdev, dma_addr_t dma_addr, in __dma_purge_tlb() 220 static int dma_update_trans(struct zpci_dev *zdev, unsigned long pa, in dma_update_trans() 265 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() [all …]
|
D | pci_debug.c | 72 struct zpci_dev *zdev = m->private; in pci_sw_counter_show() 83 struct zpci_dev *zdev = m->private; in pci_perf_show() 134 struct zpci_dev *zdev = ((struct seq_file *) file->private_data)->private; in pci_perf_seq_write() 172 void zpci_debug_init_device(struct zpci_dev *zdev, const char *name) in zpci_debug_init_device() 186 void zpci_debug_exit_device(struct zpci_dev *zdev) in zpci_debug_exit_device()
|
D | pci_sysfs.c | 22 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()
|
D | pci_clp.c | 97 static void clp_store_query_pci_fngrp(struct zpci_dev *zdev, in clp_store_query_pci_fngrp() 116 static int clp_query_pci_fngrp(struct zpci_dev *zdev, u8 pfgid) in clp_query_pci_fngrp() 143 static int clp_store_query_pci_fn(struct zpci_dev *zdev, in clp_store_query_pci_fn() 170 static int clp_query_pci_fn(struct zpci_dev *zdev, u32 fh) in clp_query_pci_fn() 203 struct zpci_dev *zdev; in clp_add_pci_device() 276 int clp_enable_fh(struct zpci_dev *zdev, u8 nr_dma_as) in clp_enable_fh() 290 int clp_disable_fh(struct zpci_dev *zdev) in clp_disable_fh() 347 struct zpci_dev *zdev; in __clp_add() 359 struct zpci_dev *zdev; in __clp_update()
|
D | pci_event.c | 49 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_error() 76 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_availability()
|
/Linux-v4.19/drivers/iommu/ |
D | s390-iommu.c | 34 struct zpci_dev *zdev; 90 struct zpci_dev *zdev = to_pci_dev(dev)->sysdata; in s390_iommu_attach_device() 142 struct zpci_dev *zdev = to_pci_dev(dev)->sysdata; in s390_iommu_detach_device() 172 struct zpci_dev *zdev = to_pci_dev(dev)->sysdata; in s390_iommu_add_device() 185 struct zpci_dev *zdev = to_pci_dev(dev)->sysdata; in s390_iommu_remove_device() 336 int zpci_init_iommu(struct zpci_dev *zdev) in zpci_init_iommu() 360 void zpci_destroy_iommu(struct zpci_dev *zdev) in zpci_destroy_iommu()
|
/Linux-v4.19/drivers/pci/hotplug/ |
D | s390_pci_hpc.c | 36 struct zpci_dev *zdev; 140 int zpci_init_slot(struct zpci_dev *zdev) in zpci_init_slot() 192 void zpci_exit_slot(struct zpci_dev *zdev) in zpci_exit_slot()
|
/Linux-v4.19/arch/s390/net/ |
D | pnet.c | 47 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in pnet_ids_by_device()
|
/Linux-v4.19/drivers/s390/net/ |
D | ism.h | 215 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_move()
|