Home
last modified time | relevance | path

Searched refs:zpci_dev (Results 1 - 25 of 36) sorted by relevance

12

/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpci.h106 struct zpci_dev *function[ZPCI_FUNCTIONS_PER_BUS];
117 struct zpci_dev { struct
199 static inline bool zdev_enabled(struct zpci_dev *zdev) in zdev_enabled()
215 struct zpci_dev *zpci_create_device(u32 fid, u32 fh, enum zpci_state state);
216 int zpci_enable_device(struct zpci_dev *);
217 int zpci_disable_device(struct zpci_dev *);
218 int zpci_scan_configured_device(struct zpci_dev *zdev, u32 fh);
219 int zpci_deconfigure_device(struct zpci_dev *zdev);
220 void zpci_device_reserved(struct zpci_dev *zdev);
221 bool zpci_is_device_configured(struct zpci_dev *zde
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpci.h106 struct zpci_dev *function[ZPCI_FUNCTIONS_PER_BUS];
117 struct zpci_dev { struct
191 static inline bool zdev_enabled(struct zpci_dev *zdev) in zdev_enabled()
205 void zpci_remove_device(struct zpci_dev *zdev, bool set_error);
206 int zpci_enable_device(struct zpci_dev *);
207 int zpci_disable_device(struct zpci_dev *);
208 void zpci_device_reserved(struct zpci_dev *zdev);
209 bool zpci_is_device_configured(struct zpci_dev *zdev);
211 int zpci_register_ioat(struct zpci_dev *, u8, u64, u64, u64);
212 int zpci_unregister_ioat(struct zpci_dev *, u
[all...]
/kernel/linux/linux-6.6/arch/s390/pci/
H A Dpci_bus.h10 int zpci_bus_device_register(struct zpci_dev *zdev, struct pci_ops *ops);
11 void zpci_bus_device_unregister(struct zpci_dev *zdev);
16 int zpci_bus_scan_device(struct zpci_dev *zdev);
17 void zpci_bus_remove_device(struct zpci_dev *zdev, bool set_error);
20 static inline void zpci_zdev_put(struct zpci_dev *zdev) in zpci_zdev_put()
26 static inline void zpci_zdev_get(struct zpci_dev *zdev) in zpci_zdev_get()
33 int zpci_setup_bus_resources(struct zpci_dev *zdev);
35 static inline struct zpci_dev *zdev_from_bus(struct pci_bus *bus, in zdev_from_bus()
H A Dpci.c70 struct zpci_dev *get_zdev_by_fid(u32 fid) in get_zdev_by_fid()
72 struct zpci_dev *tmp, *zdev = NULL; in get_zdev_by_fid()
88 struct zpci_dev *tmp, *zdev; in zpci_remove_reserved_devices()
118 int zpci_register_ioat(struct zpci_dev *zdev, u8 dmaas, in zpci_register_ioat()
138 int zpci_unregister_ioat(struct zpci_dev *zdev, u8 dmaas) in zpci_unregister_ioat()
153 int zpci_fmb_enable_device(struct zpci_dev *zdev) in zpci_fmb_enable_device()
183 int zpci_fmb_disable_device(struct zpci_dev *zdev) in zpci_fmb_disable_device()
206 static int zpci_cfg_load(struct zpci_dev *zdev, int offset, u32 *val, u8 len) in zpci_cfg_load()
222 static int zpci_cfg_store(struct zpci_dev *zdev, int offset, u32 val, u8 len) in zpci_cfg_store()
273 struct zpci_dev *zde in pci_iomap_range_fh()
[all...]
H A Dpci_bus.c42 static int zpci_bus_prepare_device(struct zpci_dev *zdev) in zpci_bus_prepare_device()
75 int zpci_bus_scan_device(struct zpci_dev *zdev) in zpci_bus_scan_device()
104 void zpci_bus_remove_device(struct zpci_dev *zdev, bool set_error) in zpci_bus_remove_device()
139 struct zpci_dev *zdev; in zpci_bus_scan_bus()
186 static int zpci_bus_create_pci_bus(struct zpci_bus *zbus, struct zpci_dev *fr, struct pci_ops *ops) in zpci_bus_create_pci_bus()
284 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_bus_add_device()
296 static int zpci_bus_add_device(struct zpci_bus *zbus, struct zpci_dev *zdev) in zpci_bus_add_device()
327 int zpci_bus_device_register(struct zpci_dev *zdev, struct pci_ops *ops) in zpci_bus_device_register()
372 void zpci_bus_device_unregister(struct zpci_dev *zdev) in zpci_bus_device_unregister()
H A Dpci_dma.c24 static int zpci_refresh_global(struct zpci_dev *zdev) in zpci_refresh_global()
159 static int __dma_update_trans(struct zpci_dev *zdev, phys_addr_t pa, in __dma_update_trans()
201 static int __dma_purge_tlb(struct zpci_dev *zdev, dma_addr_t dma_addr, in __dma_purge_tlb()
240 static int dma_update_trans(struct zpci_dev *zdev, phys_addr_t pa, in dma_update_trans()
285 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 *zde in s390_dma_alloc()
[all...]
H A Dpci_debug.c72 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()
180 void zpci_debug_exit_device(struct zpci_dev *zdev) in zpci_debug_exit_device()
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_irq.c33 static int zpci_set_airq(struct zpci_dev *zdev) in zpci_set_airq()
52 static int zpci_clear_airq(struct zpci_dev *zdev) in zpci_clear_airq()
69 static int zpci_set_directed_irq(struct zpci_dev *zdev) in zpci_set_directed_irq()
84 static int zpci_clear_directed_irq(struct zpci_dev *zdev) in zpci_clear_directed_irq()
101 static int zpci_set_irq(struct zpci_dev *zdev) in zpci_set_irq()
117 static int zpci_clear_irq(struct zpci_dev *zdev) in zpci_clear_irq()
273 struct zpci_dev *zdev = to_zpci(pdev); in arch_setup_msi_irqs()
361 struct zpci_dev *zdev = to_zpci(pdev); in arch_teardown_msi_irqs()
396 struct zpci_dev *zdev = to_zpci(pdev); in arch_restore_msi_irqs()
H A Dpci_event.c62 static bool is_passed_through(struct zpci_dev *zdev) in is_passed_through()
98 struct zpci_dev *zdev = to_zpci(pdev); in zpci_event_do_error_state_clear()
253 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_error()
299 static void zpci_event_hard_deconfigured(struct zpci_dev *zdev, u32 fh) in zpci_event_hard_deconfigured()
318 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_availability()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Ds390_pci_hpc.c29 static inline int zdev_configure(struct zpci_dev *zdev) in zdev_configure()
40 static inline int zdev_deconfigure(struct zpci_dev *zdev) in zdev_deconfigure()
53 struct zpci_dev *zdev = container_of(hotplug_slot, struct zpci_dev, in enable_slot()
83 struct zpci_dev *zdev = container_of(hotplug_slot, struct zpci_dev, in disable_slot()
109 struct zpci_dev *zdev = container_of(hotplug_slot, struct zpci_dev, in get_power_status()
130 int zpci_init_slot(struct zpci_dev *zdev) in zpci_init_slot()
142 void zpci_exit_slot(struct zpci_dev *zde
[all...]
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Ds390_pci_hpc.c25 struct zpci_dev *zdev = container_of(hotplug_slot, struct zpci_dev, in enable_slot()
43 struct zpci_dev *zdev = container_of(hotplug_slot, struct zpci_dev, in disable_slot()
62 struct zpci_dev *zdev = container_of(hotplug_slot, struct zpci_dev, in reset_slot()
85 struct zpci_dev *zdev = container_of(hotplug_slot, struct zpci_dev, in get_power_status()
107 int zpci_init_slot(struct zpci_dev *zdev) in zpci_init_slot()
119 void zpci_exit_slot(struct zpci_dev *zde
[all...]
/kernel/linux/linux-5.10/arch/s390/pci/
H A Dpci_bus.h10 int zpci_bus_device_register(struct zpci_dev *zdev, struct pci_ops *ops);
11 void zpci_bus_device_unregister(struct zpci_dev *zdev);
14 static inline void zpci_zdev_put(struct zpci_dev *zdev) in zpci_zdev_put()
20 static inline void zpci_zdev_get(struct zpci_dev *zdev) in zpci_zdev_get()
27 int zpci_setup_bus_resources(struct zpci_dev *zdev,
30 static inline struct zpci_dev *get_zdev_by_bus(struct pci_bus *bus, in get_zdev_by_bus()
H A Dpci.c64 struct zpci_dev *get_zdev_by_fid(u32 fid) in get_zdev_by_fid()
66 struct zpci_dev *tmp, *zdev = NULL; in get_zdev_by_fid()
82 struct zpci_dev *tmp, *zdev; in zpci_remove_reserved_devices()
112 int zpci_register_ioat(struct zpci_dev *zdev, u8 dmaas, in zpci_register_ioat()
127 int zpci_unregister_ioat(struct zpci_dev *zdev, u8 dmaas) in zpci_unregister_ioat()
140 int zpci_fmb_enable_device(struct zpci_dev *zdev) in zpci_fmb_enable_device()
169 int zpci_fmb_disable_device(struct zpci_dev *zdev) in zpci_fmb_disable_device()
190 static int zpci_cfg_load(struct zpci_dev *zdev, int offset, u32 *val, u8 len) in zpci_cfg_load()
206 static int zpci_cfg_store(struct zpci_dev *zdev, int offset, u32 val, u8 len) in zpci_cfg_store()
294 struct zpci_dev *zde in pci_iomap_range_fh()
[all...]
H A Dpci_dma.c22 static int zpci_refresh_global(struct zpci_dev *zdev) in zpci_refresh_global()
133 static int __dma_update_trans(struct zpci_dev *zdev, unsigned long pa, in __dma_update_trans()
179 static int __dma_purge_tlb(struct zpci_dev *zdev, dma_addr_t dma_addr, in __dma_purge_tlb()
218 static int dma_update_trans(struct zpci_dev *zdev, unsigned long pa, in dma_update_trans()
263 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 *zde in s390_dma_alloc()
[all...]
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()
108 struct zpci_dev *zdev = to_zpci(pdev); in util_string_read()
122 struct zpci_dev *zdev = to_zpci(pdev); in report_error_write()
H A Dpci_debug.c72 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()
180 void zpci_debug_exit_device(struct zpci_dev *zdev) in zpci_debug_exit_device()
H A Dpci_clp.c99 static void clp_store_query_pci_fngrp(struct zpci_dev *zdev, in clp_store_query_pci_fngrp()
119 static int clp_query_pci_fngrp(struct zpci_dev *zdev, u8 pfgid) in clp_query_pci_fngrp()
146 static int clp_store_query_pci_fn(struct zpci_dev *zdev, in clp_store_query_pci_fn()
186 int clp_query_pci_fn(struct zpci_dev *zdev) in clp_query_pci_fn()
227 static int clp_set_pci_fn(struct zpci_dev *zdev, u8 nr_dma_as, u8 command) in clp_set_pci_fn()
303 int clp_enable_fh(struct zpci_dev *zdev, u8 nr_dma_as) in clp_enable_fh()
319 int clp_disable_fh(struct zpci_dev *zdev) in clp_disable_fh()
371 struct zpci_dev *zdev; in __clp_add()
401 struct zpci_dev *zdev; in __clp_refresh_fh()
H A Dpci_bus.c132 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_bus_add_device()
144 static int zpci_bus_add_device(struct zpci_bus *zbus, struct zpci_dev *zdev) in zpci_bus_add_device()
193 int zpci_bus_device_register(struct zpci_dev *zdev, struct pci_ops *ops) in zpci_bus_device_register()
268 void zpci_bus_device_unregister(struct zpci_dev *zdev) in zpci_bus_device_unregister()
/kernel/linux/linux-6.6/drivers/vfio/pci/
H A Dvfio_pci_zdev.c23 static int zpci_base_cap(struct zpci_dev *zdev, struct vfio_info_cap *caps) in zpci_base_cap()
44 static int zpci_group_cap(struct zpci_dev *zdev, struct vfio_info_cap *caps) in zpci_group_cap()
66 static int zpci_util_cap(struct zpci_dev *zdev, struct vfio_info_cap *caps) in zpci_util_cap()
91 static int zpci_pfip_cap(struct zpci_dev *zdev, struct vfio_info_cap *caps) in zpci_pfip_cap()
119 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()
/kernel/linux/linux-5.10/drivers/vfio/pci/
H A Dvfio_pci_zdev.c27 static int zpci_base_cap(struct zpci_dev *zdev, struct vfio_pci_device *vdev, in zpci_base_cap()
48 static int zpci_group_cap(struct zpci_dev *zdev, struct vfio_pci_device *vdev, in zpci_group_cap()
69 static int zpci_util_cap(struct zpci_dev *zdev, struct vfio_pci_device *vdev, in zpci_util_cap()
95 static int zpci_pfip_cap(struct zpci_dev *zdev, struct vfio_pci_device *vdev, in zpci_pfip_cap()
124 struct zpci_dev *zdev = to_zpci(vdev->pdev); in vfio_pci_info_zdev_add_caps()
/kernel/linux/linux-6.6/drivers/iommu/
H A Ds390-iommu.c87 static void __s390_iommu_detach_device(struct zpci_dev *zdev) in __s390_iommu_detach_device()
108 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_attach_device()
147 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_set_platform_dma()
156 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_get_resv_regions()
179 struct zpci_dev *zdev; in s390_iommu_probe_device()
198 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_release_device()
211 struct zpci_dev *zdev; in s390_iommu_flush_iotlb_all()
226 struct zpci_dev *zdev; in s390_iommu_iotlb_sync()
244 struct zpci_dev *zdev; in s390_iommu_iotlb_sync_map()
402 int zpci_init_iommu(struct zpci_dev *zde
[all...]
/kernel/linux/linux-5.10/drivers/iommu/
H A Ds390-iommu.c34 struct zpci_dev *zdev;
90 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_attach_device()
142 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_detach_device()
171 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_probe_device()
178 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_release_device()
327 int zpci_init_iommu(struct zpci_dev *zdev) in zpci_init_iommu()
351 void zpci_destroy_iommu(struct zpci_dev *zdev) in zpci_destroy_iommu()
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dpci.c159 static int kvm_zpci_set_airq(struct zpci_dev *zdev) in kvm_zpci_set_airq()
178 static int kvm_zpci_clear_airq(struct zpci_dev *zdev) in kvm_zpci_clear_airq()
224 static int kvm_s390_pci_aif_enable(struct zpci_dev *zdev, struct zpci_fib *fib, in kvm_s390_pci_aif_enable()
337 static int kvm_s390_pci_aif_disable(struct zpci_dev *zdev, bool force) in kvm_s390_pci_aif_disable()
404 static int kvm_s390_pci_dev_open(struct zpci_dev *zdev) in kvm_s390_pci_dev_open()
418 static void kvm_s390_pci_dev_release(struct zpci_dev *zdev) in kvm_s390_pci_dev_release()
436 struct zpci_dev *zdev = opaque; in kvm_s390_pci_register_kvm()
518 struct zpci_dev *zdev = opaque; in kvm_s390_pci_unregister_kvm()
590 static struct zpci_dev *get_zdev_from_kvm_by_fh(struct kvm *kvm, u32 fh) in get_zdev_from_kvm_by_fh()
592 struct zpci_dev *zde in get_zdev_from_kvm_by_fh()
[all...]
/kernel/linux/linux-6.6/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()

Completed in 14 milliseconds

12