Home
last modified time | relevance | path

Searched refs:zpci_dev (Results 1 – 17 of 17) sorted by relevance

/arch/s390/include/asm/
A Dpci.h120 struct zpci_dev { struct
221 int zpci_add_device(struct zpci_dev *zdev);
222 int zpci_enable_device(struct zpci_dev *);
224 int zpci_disable_device(struct zpci_dev *);
240 int clp_query_pci_fn(struct zpci_dev *zdev);
250 int zpci_init_iommu(struct zpci_dev *zdev);
251 void zpci_destroy_iommu(struct zpci_dev *zdev);
270 int zpci_init_slot(struct zpci_dev *);
271 void zpci_exit_slot(struct zpci_dev *);
293 struct zpci_dev *get_zdev_by_fid(u32);
[all …]
A Dpci_dma.h96 struct zpci_dev;
98 struct zpci_iommu_ctrs *zpci_get_iommu_ctrs(struct zpci_dev *zdev);
/arch/s390/pci/
A Dpci_bus.h14 int zpci_bus_device_register(struct zpci_dev *zdev, struct pci_ops *ops);
15 void zpci_bus_device_unregister(struct zpci_dev *zdev);
20 int zpci_bus_scan_device(struct zpci_dev *zdev);
21 void zpci_bus_remove_device(struct zpci_dev *zdev, bool set_error);
25 void zpci_zdev_put(struct zpci_dev *zdev);
27 static inline void zpci_zdev_get(struct zpci_dev *zdev) in zpci_zdev_get()
34 int zpci_setup_bus_resources(struct zpci_dev *zdev);
36 static inline struct zpci_dev *zdev_from_bus(struct pci_bus *bus, in zdev_from_bus()
A Dpci.c74 void zpci_zdev_put(struct zpci_dev *zdev) in zpci_zdev_put()
83 struct zpci_dev *get_zdev_by_fid(u32 fid) in get_zdev_by_fid()
85 struct zpci_dev *tmp, *zdev = NULL; in get_zdev_by_fid()
101 struct zpci_dev *tmp, *zdev; in zpci_remove_reserved_devices()
293 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_fh()
312 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_mio()
806 struct zpci_dev *zdev; in zpci_create_device()
960 struct zpci_dev *zdev = container_of(kref, struct zpci_dev, kref); in zpci_release_device()
1117 struct zpci_dev *za = container_of(a, struct zpci_dev, entry); in zpci_cmp_rid()
1118 struct zpci_dev *zb = container_of(b, struct zpci_dev, entry); in zpci_cmp_rid()
[all …]
A Dpci_bus.c42 static int zpci_bus_prepare_device(struct zpci_dev *zdev) in zpci_bus_prepare_device()
70 int zpci_bus_scan_device(struct zpci_dev *zdev) in zpci_bus_scan_device()
99 void zpci_bus_remove_device(struct zpci_dev *zdev, bool set_error) in zpci_bus_remove_device()
134 struct zpci_dev *zdev; in zpci_bus_scan_bus()
171 static bool zpci_bus_is_multifunction_root(struct zpci_dev *zdev) in zpci_bus_is_multifunction_root()
288 struct zpci_dev *zdev = to_zpci(pdev); in pci_dma_range_setup()
308 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_bus_add_device()
322 static int zpci_bus_add_device(struct zpci_bus *zbus, struct zpci_dev *zdev) in zpci_bus_add_device()
356 static bool zpci_bus_is_isolated_vf(struct zpci_bus *zbus, struct zpci_dev *zdev) in zpci_bus_is_isolated_vf()
370 int zpci_bus_device_register(struct zpci_dev *zdev, struct pci_ops *ops) in zpci_bus_device_register()
[all …]
A Dpci_sysfs.c24 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); \
47 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in mio_enabled_show()
53 static int _do_recover(struct pci_dev *pdev, struct zpci_dev *zdev) in _do_recover()
82 struct zpci_dev *zdev = to_zpci(pdev); in recover_store()
134 struct zpci_dev *zdev = to_zpci(pdev); in util_string_read()
148 struct zpci_dev *zdev = to_zpci(pdev); in report_error_write()
171 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in index_show()
A Dpci_report.h12 struct zpci_dev;
14 int zpci_report_status(struct zpci_dev *zdev, const char *operation, const char *status);
A Dpci_debug.c74 struct zpci_dev *zdev = m->private; in pci_sw_counter_show()
95 struct zpci_dev *zdev = m->private; in pci_perf_show()
146 struct zpci_dev *zdev = ((struct seq_file *) file->private_data)->private; in pci_perf_seq_write()
184 void zpci_debug_init_device(struct zpci_dev *zdev, const char *name) in zpci_debug_init_device()
192 void zpci_debug_exit_device(struct zpci_dev *zdev) in zpci_debug_exit_device()
A Dpci_iov.h22 struct pci_dev *zpci_iov_find_parent_pf(struct zpci_bus *zbus, struct zpci_dev *zdev);
34 static inline struct pci_dev *zpci_iov_find_parent_pf(struct zpci_bus *zbus, struct zpci_dev *zdev) in zpci_iov_find_parent_pf()
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()
271 static int __alloc_airq(struct zpci_dev *zdev, int msi_vecs, in __alloc_airq()
302 struct zpci_dev *zdev = to_zpci(pdev); in arch_setup_msi_irqs()
390 struct zpci_dev *zdev = to_zpci(pdev); in arch_teardown_msi_irqs()
428 struct zpci_dev *zdev = to_zpci(pdev); in arch_restore_msi_irqs()
A Dpci_event.c66 struct zpci_dev *zdev = to_zpci(pdev); in is_passed_through()
103 struct zpci_dev *zdev = to_zpci(pdev); in zpci_event_do_error_state_clear()
181 struct zpci_dev *zdev = to_zpci(pdev); in zpci_event_attempt_error_recovery()
291 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_error()
352 static void zpci_event_hard_deconfigured(struct zpci_dev *zdev, u32 fh) in zpci_event_hard_deconfigured()
367 static void zpci_event_reappear(struct zpci_dev *zdev) in zpci_event_reappear()
385 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_availability()
A Dpci_iov.c77 struct pci_dev *zpci_iov_find_parent_pf(struct zpci_bus *zbus, struct zpci_dev *zdev) in zpci_iov_find_parent_pf()
116 struct zpci_dev *zdev = to_zpci(virtfn); in zpci_iov_setup_virtfn()
A Dpci_clp.c104 static void clp_store_query_pci_fngrp(struct zpci_dev *zdev, in clp_store_query_pci_fngrp()
127 static int clp_query_pci_fngrp(struct zpci_dev *zdev, u8 pfgid) in clp_query_pci_fngrp()
154 static int clp_store_query_pci_fn(struct zpci_dev *zdev, in clp_store_query_pci_fn()
198 int clp_query_pci_fn(struct zpci_dev *zdev) in clp_query_pci_fn()
239 static int clp_set_pci_fn(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as, u8 command) in clp_set_pci_fn()
318 int clp_enable_fh(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as) in clp_enable_fh()
334 int clp_disable_fh(struct zpci_dev *zdev, u32 *fh) in clp_disable_fh()
420 struct zpci_dev *zdev; in __clp_add()
A Dpci_report.c107 int zpci_report_status(struct zpci_dev *zdev, const char *operation, const char *status) in zpci_report_status()
/arch/s390/kvm/
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()
336 static int kvm_s390_pci_aif_disable(struct zpci_dev *zdev, bool force) in kvm_s390_pci_aif_disable()
403 static int kvm_s390_pci_dev_open(struct zpci_dev *zdev) in kvm_s390_pci_dev_open()
417 static void kvm_s390_pci_dev_release(struct zpci_dev *zdev) in kvm_s390_pci_dev_release()
435 struct zpci_dev *zdev = opaque; in kvm_s390_pci_register_kvm()
510 struct zpci_dev *zdev = opaque; in kvm_s390_pci_unregister_kvm()
576 static struct zpci_dev *get_zdev_from_kvm_by_fh(struct kvm *kvm, u32 fh) in get_zdev_from_kvm_by_fh()
578 struct zpci_dev *zdev = NULL; in get_zdev_from_kvm_by_fh()
593 static int kvm_s390_pci_zpci_reg_aen(struct zpci_dev *zdev, in kvm_s390_pci_zpci_reg_aen()
[all …]
A Dpci.h21 struct zpci_dev *zdev;
/arch/s390/net/
A Dpnet.c58 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in pnet_ids_by_device()

Completed in 29 milliseconds