Home
last modified time | relevance | path

Searched defs:zdev (Results 1 – 14 of 14) sorted by relevance

/arch/s390/pci/
Dpci.c73 void zpci_zdev_put(struct zpci_dev *zdev) in zpci_zdev_put()
84 struct zpci_dev *tmp, *zdev = NULL; in get_zdev_by_fid() local
100 struct zpci_dev *tmp, *zdev; in zpci_remove_reserved_devices() local
130 int zpci_register_ioat(struct zpci_dev *zdev, u8 dmaas, in zpci_register_ioat()
154 int zpci_unregister_ioat(struct zpci_dev *zdev, u8 dmaas) in zpci_unregister_ioat()
169 int zpci_fmb_enable_device(struct zpci_dev *zdev) in zpci_fmb_enable_device()
209 int zpci_fmb_disable_device(struct zpci_dev *zdev) in zpci_fmb_disable_device()
232 static int zpci_cfg_load(struct zpci_dev *zdev, int offset, u32 *val, u8 len) in zpci_cfg_load()
248 static int zpci_cfg_store(struct zpci_dev *zdev, int offset, u32 val, u8 len) in zpci_cfg_store()
293 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_fh() local
[all …]
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() local
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 pcibios_bus_add_device() local
300 static int zpci_bus_add_device(struct zpci_bus *zbus, struct zpci_dev *zdev) in zpci_bus_add_device()
334 static bool zpci_bus_is_isolated_vf(struct zpci_bus *zbus, struct zpci_dev *zdev) in zpci_bus_is_isolated_vf()
348 int zpci_bus_device_register(struct zpci_dev *zdev, struct pci_ops *ops) in zpci_bus_device_register()
399 void zpci_bus_device_unregister(struct zpci_dev *zdev) in zpci_bus_device_unregister()
Dpci_debug.c74 struct zpci_dev *zdev = m->private; in pci_sw_counter_show() local
95 struct zpci_dev *zdev = m->private; in pci_perf_show() local
146 struct zpci_dev *zdev = ((struct seq_file *) file->private_data)->private; in pci_perf_seq_write() local
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()
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() local
390 struct zpci_dev *zdev = to_zpci(pdev); in arch_teardown_msi_irqs() local
428 struct zpci_dev *zdev = to_zpci(pdev); in arch_restore_msi_irqs() local
Dpci_sysfs.c46 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in mio_enabled_show() local
52 static int _do_recover(struct pci_dev *pdev, struct zpci_dev *zdev) in _do_recover()
90 struct zpci_dev *zdev = to_zpci(pdev); in recover_store() local
142 struct zpci_dev *zdev = to_zpci(pdev); in util_string_read() local
156 struct zpci_dev *zdev = to_zpci(pdev); in report_error_write() local
179 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in index_show() local
Dpci_event.c64 struct zpci_dev *zdev = to_zpci(pdev); in is_passed_through() local
105 struct zpci_dev *zdev = to_zpci(pdev); in zpci_event_do_error_state_clear() local
264 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_error() local
325 static void zpci_event_hard_deconfigured(struct zpci_dev *zdev, u32 fh) in zpci_event_hard_deconfigured()
340 static void zpci_event_reappear(struct zpci_dev *zdev) in zpci_event_reappear()
358 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_availability() local
Dpci_clp.c100 static void clp_store_query_pci_fngrp(struct zpci_dev *zdev, in clp_store_query_pci_fngrp()
122 static int clp_query_pci_fngrp(struct zpci_dev *zdev, u8 pfgid) in clp_query_pci_fngrp()
149 static int clp_store_query_pci_fn(struct zpci_dev *zdev, in clp_store_query_pci_fn()
192 int clp_query_pci_fn(struct zpci_dev *zdev) in clp_query_pci_fn()
233 static int clp_set_pci_fn(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as, u8 command) in clp_set_pci_fn()
312 int clp_enable_fh(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as) in clp_enable_fh()
328 int clp_disable_fh(struct zpci_dev *zdev, u32 *fh) in clp_disable_fh()
414 struct zpci_dev *zdev; in __clp_add() local
Dpci_bus.h23 static inline void zpci_zdev_get(struct zpci_dev *zdev) in zpci_zdev_get()
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() local
Dpci_iov.h32 static inline struct pci_dev *zpci_iov_find_parent_pf(struct zpci_bus *zbus, struct zpci_dev *zdev) in zpci_iov_find_parent_pf()
/arch/s390/kvm/
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() local
518 struct zpci_dev *zdev = opaque; in kvm_s390_pci_unregister_kvm() local
592 struct zpci_dev *zdev = NULL; in get_zdev_from_kvm_by_fh() local
607 static int kvm_s390_pci_zpci_reg_aen(struct zpci_dev *zdev, in kvm_s390_pci_zpci_reg_aen()
[all …]
Dpci.h21 struct zpci_dev *zdev; member
/arch/s390/net/
Dpnet.c57 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in pnet_ids_by_device() local
/arch/s390/include/asm/
Dpci.h193 static inline bool zdev_enabled(struct zpci_dev *zdev) in zdev_enabled()
249 static inline bool zpci_use_mio(struct zpci_dev *zdev) in zpci_use_mio()
267 static inline int zpci_init_slot(struct zpci_dev *zdev) in zpci_init_slot()
271 static inline void zpci_exit_slot(struct zpci_dev *zdev) {} in zpci_exit_slot()