Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
A Dpci.h116 struct zpci_dev { struct
206 int zpci_enable_device(struct zpci_dev *);
207 int zpci_disable_device(struct zpci_dev *);
222 int clp_query_pci_fn(struct zpci_dev *zdev);
232 int zpci_init_iommu(struct zpci_dev *zdev);
251 int zpci_init_slot(struct zpci_dev *);
252 void zpci_exit_slot(struct zpci_dev *);
274 struct zpci_dev *get_zdev_by_fid(u32);
286 int zpci_set_irq(struct zpci_dev *zdev);
287 int zpci_clear_irq(struct zpci_dev *zdev);
[all …]
/linux/arch/s390/pci/
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()
25 static inline void zpci_zdev_get(struct zpci_dev *zdev) in zpci_zdev_get()
32 int zpci_setup_bus_resources(struct zpci_dev *zdev,
35 static inline struct zpci_dev *get_zdev_by_bus(struct pci_bus *bus, in get_zdev_by_bus()
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()
81 struct zpci_dev *tmp, *zdev; in zpci_remove_reserved_devices()
296 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_fh()
315 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_mio()
345 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_wc_range_mio()
422 struct zpci_dev *zdev = to_zpci(pdev); in zpci_map_resources()
445 struct zpci_dev *zdev = to_zpci(pdev); in zpci_unmap_resources()
594 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_device_add()
798 struct zpci_dev *zdev; in zpci_create_device()
[all …]
A Dpci_bus.c42 static int zpci_bus_prepare_device(struct zpci_dev *zdev) in zpci_bus_prepare_device()
77 int zpci_bus_scan_device(struct zpci_dev *zdev) in zpci_bus_scan_device()
107 void zpci_bus_remove_device(struct zpci_dev *zdev, bool set_error) in zpci_bus_remove_device()
145 struct zpci_dev *zdev; in zpci_bus_scan_bus()
195 static int zpci_bus_create_pci_bus(struct zpci_bus *zbus, struct zpci_dev *f0, struct pci_ops *ops) in zpci_bus_create_pci_bus()
294 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_bus_add_device()
316 static int zpci_bus_create_hotplug_slots(struct zpci_dev *zdev) in zpci_bus_create_hotplug_slots()
347 static int zpci_bus_add_device(struct zpci_bus *zbus, struct zpci_dev *zdev) in zpci_bus_add_device()
380 int zpci_bus_device_register(struct zpci_dev *zdev, struct pci_ops *ops) in zpci_bus_device_register()
421 void zpci_bus_device_unregister(struct zpci_dev *zdev) in zpci_bus_device_unregister()
A Dpci_dma.c24 static int zpci_refresh_global(struct zpci_dev *zdev) in zpci_refresh_global()
265 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in __dma_alloc_iommu()
275 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in dma_alloc_address()
307 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in dma_free_address()
340 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_map_pages()
380 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_unmap_pages()
401 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_alloc()
428 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_free()
442 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in __s390_dma_map_sg()
548 int zpci_dma_init_device(struct zpci_dev *zdev) in zpci_dma_init_device()
[all …]
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()
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()
A Dpci_irq.c39 static int zpci_set_airq(struct zpci_dev *zdev) in zpci_set_airq()
57 static int zpci_clear_airq(struct zpci_dev *zdev) in zpci_clear_airq()
72 static int zpci_set_directed_irq(struct zpci_dev *zdev) in zpci_set_directed_irq()
86 static int zpci_clear_directed_irq(struct zpci_dev *zdev) in zpci_clear_directed_irq()
102 int zpci_set_irq(struct zpci_dev *zdev) in zpci_set_irq()
118 int zpci_clear_irq(struct zpci_dev *zdev) in zpci_clear_irq()
267 struct zpci_dev *zdev = to_zpci(pdev); in arch_setup_msi_irqs()
355 struct zpci_dev *zdev = to_zpci(pdev); in arch_teardown_msi_irqs()
392 struct zpci_dev *zdev = to_zpci(pdev); in arch_restore_msi_irqs()
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()
297 static void zpci_event_hard_deconfigured(struct zpci_dev *zdev, u32 fh) in zpci_event_hard_deconfigured()
316 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_availability()
A Dpci_clp.c97 static void clp_store_query_pci_fngrp(struct zpci_dev *zdev, in clp_store_query_pci_fngrp()
117 static int clp_query_pci_fngrp(struct zpci_dev *zdev, u8 pfgid) in clp_query_pci_fngrp()
144 static int clp_store_query_pci_fn(struct zpci_dev *zdev, in clp_store_query_pci_fn()
184 int clp_query_pci_fn(struct zpci_dev *zdev) in clp_query_pci_fn()
225 static int clp_set_pci_fn(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as, u8 command) in clp_set_pci_fn()
299 int clp_enable_fh(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as) in clp_enable_fh()
315 int clp_disable_fh(struct zpci_dev *zdev, u32 *fh) in clp_disable_fh()
400 struct zpci_dev *zdev; in __clp_add()
A Dpci_iov.c66 struct zpci_dev *zdev; in zpci_iov_setup_virtfn()
/linux/drivers/pci/hotplug/
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 *zdev) in zpci_exit_slot()
/linux/drivers/vfio/pci/
A Dvfio_pci_zdev.c22 static int zpci_base_cap(struct zpci_dev *zdev, struct vfio_info_cap *caps) in zpci_base_cap()
42 static int zpci_group_cap(struct zpci_dev *zdev, struct vfio_info_cap *caps) in zpci_group_cap()
62 static int zpci_util_cap(struct zpci_dev *zdev, struct vfio_info_cap *caps) in zpci_util_cap()
87 static int zpci_pfip_cap(struct zpci_dev *zdev, struct vfio_info_cap *caps) in zpci_pfip_cap()
115 struct zpci_dev *zdev = to_zpci(vdev->pdev); in vfio_pci_info_zdev_add_caps()
/linux/drivers/iommu/
A Ds390-iommu.c34 struct zpci_dev *zdev;
90 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_attach_device()
150 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_detach_device()
179 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_probe_device()
186 struct zpci_dev *zdev = to_zpci_dev(dev); in s390_iommu_release_device()
335 int zpci_init_iommu(struct zpci_dev *zdev) in zpci_init_iommu()
357 void zpci_destroy_iommu(struct zpci_dev *zdev) in zpci_destroy_iommu()
/linux/drivers/s390/net/
A Dism.h219 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_read_cmd()
233 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_write_cmd()
243 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_move()
/linux/arch/s390/net/
A Dpnet.c57 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in pnet_ids_by_device()
/linux/net/smc/
A Dsmc_core.h459 struct zpci_dev *zdev; in smc_set_pci_values()

Completed in 27 milliseconds