Searched defs:zdev (Results 1 – 7 of 7) sorted by relevance
/arch/s390/pci/ |
D | pci.c | 86 struct zpci_dev *tmp, *zdev = NULL; in get_zdev_by_fid() local 117 static int zpci_set_airq(struct zpci_dev *zdev) in zpci_set_airq() 140 static int mod_pci(struct zpci_dev *zdev, int fn, u8 dmaas, struct mod_pci_args *args) in mod_pci() 154 int zpci_register_ioat(struct zpci_dev *zdev, u8 dmaas, in zpci_register_ioat() 165 int zpci_unregister_ioat(struct zpci_dev *zdev, u8 dmaas) in zpci_unregister_ioat() 173 static int zpci_clear_airq(struct zpci_dev *zdev) in zpci_clear_airq() 181 int zpci_fmb_enable_device(struct zpci_dev *zdev) in zpci_fmb_enable_device() 203 int zpci_fmb_disable_device(struct zpci_dev *zdev) in zpci_fmb_disable_device() 221 static int zpci_cfg_load(struct zpci_dev *zdev, int offset, u32 *val, u8 len) in zpci_cfg_load() 237 static int zpci_cfg_store(struct zpci_dev *zdev, int offset, u32 val, u8 len) in zpci_cfg_store() [all …]
|
D | pci_debug.c | 44 struct zpci_dev *zdev = m->private; in pci_sw_counter_show() local 55 struct zpci_dev *zdev = m->private; in pci_perf_show() local 87 struct zpci_dev *zdev = ((struct seq_file *) file->private_data)->private; in pci_perf_seq_write() local 127 void zpci_debug_init_device(struct zpci_dev *zdev) in zpci_debug_init_device() 142 void zpci_debug_exit_device(struct zpci_dev *zdev) in zpci_debug_exit_device()
|
D | pci_clp.c | 59 static void clp_store_query_pci_fngrp(struct zpci_dev *zdev, in clp_store_query_pci_fngrp() 77 static int clp_query_pci_fngrp(struct zpci_dev *zdev, u8 pfgid) in clp_query_pci_fngrp() 104 static int clp_store_query_pci_fn(struct zpci_dev *zdev, in clp_store_query_pci_fn() 130 static int clp_query_pci_fn(struct zpci_dev *zdev, u32 fh) in clp_query_pci_fn() 164 struct zpci_dev *zdev; in clp_add_pci_device() local 236 int clp_enable_fh(struct zpci_dev *zdev, u8 nr_dma_as) in clp_enable_fh() 250 int clp_disable_fh(struct zpci_dev *zdev) in clp_disable_fh() 314 struct zpci_dev *zdev; in __clp_rescan() local 337 struct zpci_dev *zdev; in __clp_update() local
|
D | pci_dma.c | 21 static int zpci_refresh_global(struct zpci_dev *zdev) in zpci_refresh_global() 117 static void dma_update_cpu_trans(struct zpci_dev *zdev, void *page_addr, in dma_update_cpu_trans() 142 static int dma_update_trans(struct zpci_dev *zdev, unsigned long pa, in dma_update_trans() 196 static void dma_cleanup_tables(struct zpci_dev *zdev) in dma_cleanup_tables() 213 static unsigned long __dma_alloc_iommu(struct zpci_dev *zdev, in __dma_alloc_iommu() 224 static unsigned long dma_alloc_iommu(struct zpci_dev *zdev, int size) in dma_alloc_iommu() 247 static void dma_free_iommu(struct zpci_dev *zdev, unsigned long offset, int size) in dma_free_iommu() 280 struct zpci_dev *zdev = get_zdev(to_pci_dev(dev)); in s390_dma_map_pages() local 319 struct zpci_dev *zdev = get_zdev(to_pci_dev(dev)); in s390_dma_unmap_pages() local 340 struct zpci_dev *zdev = get_zdev(to_pci_dev(dev)); in s390_dma_alloc() local [all …]
|
D | pci_sysfs.c | 41 struct zpci_dev *zdev = get_zdev(pdev); in recover_store() local 67 struct zpci_dev *zdev = get_zdev(pdev); in util_string_read() local
|
D | pci_event.c | 48 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_error() local 68 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_availability() local
|
/arch/s390/include/asm/ |
D | pci.h | 124 static inline bool zdev_enabled(struct zpci_dev *zdev) in zdev_enabled() 166 static inline int zpci_init_slot(struct zpci_dev *zdev) in zpci_init_slot() 170 static inline void zpci_exit_slot(struct zpci_dev *zdev) {} in zpci_exit_slot()
|