Searched defs:zdev (Results 1 – 7 of 7) sorted by relevance
/arch/s390/pci/ |
D | pci.c | 81 struct zpci_dev *tmp, *zdev = NULL; in get_zdev_by_fid() local 112 static int zpci_set_airq(struct zpci_dev *zdev) in zpci_set_airq() 135 static int mod_pci(struct zpci_dev *zdev, int fn, u8 dmaas, struct mod_pci_args *args) in mod_pci() 149 int zpci_register_ioat(struct zpci_dev *zdev, u8 dmaas, in zpci_register_ioat() 160 int zpci_unregister_ioat(struct zpci_dev *zdev, u8 dmaas) in zpci_unregister_ioat() 168 static int zpci_clear_airq(struct zpci_dev *zdev) in zpci_clear_airq() 176 int zpci_fmb_enable_device(struct zpci_dev *zdev) in zpci_fmb_enable_device() 198 int zpci_fmb_disable_device(struct zpci_dev *zdev) in zpci_fmb_disable_device() 216 static int zpci_cfg_load(struct zpci_dev *zdev, int offset, u32 *val, u8 len) in zpci_cfg_load() 232 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 93 struct zpci_dev *zdev = ((struct seq_file *) file->private_data)->private; in pci_perf_seq_write() local 131 void zpci_debug_init_device(struct zpci_dev *zdev) in zpci_debug_init_device() 146 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() 78 static int clp_query_pci_fngrp(struct zpci_dev *zdev, u8 pfgid) in clp_query_pci_fngrp() 105 static int clp_store_query_pci_fn(struct zpci_dev *zdev, in clp_store_query_pci_fn() 131 static int clp_query_pci_fn(struct zpci_dev *zdev, u32 fh) in clp_query_pci_fn() 165 struct zpci_dev *zdev; in clp_add_pci_device() local 237 int clp_enable_fh(struct zpci_dev *zdev, u8 nr_dma_as) in clp_enable_fh() 251 int clp_disable_fh(struct zpci_dev *zdev) in clp_disable_fh() 315 struct zpci_dev *zdev; in __clp_rescan() local 338 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() 132 static int dma_update_trans(struct zpci_dev *zdev, unsigned long pa, in dma_update_trans() 220 static unsigned long __dma_alloc_iommu(struct zpci_dev *zdev, in __dma_alloc_iommu() 231 static unsigned long dma_alloc_iommu(struct zpci_dev *zdev, int size) in dma_alloc_iommu() 254 static void dma_free_iommu(struct zpci_dev *zdev, unsigned long offset, int size) in dma_free_iommu() 287 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_map_pages() local 333 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_unmap_pages() local 356 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_alloc() local 386 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_free() local 441 int zpci_dma_init_device(struct zpci_dev *zdev) in zpci_dma_init_device() [all …]
|
D | pci_sysfs.c | 41 struct zpci_dev *zdev = to_zpci(pdev); in recover_store() local 74 struct zpci_dev *zdev = to_zpci(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 66 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_availability() local
|
/arch/s390/include/asm/ |
D | pci.h | 128 static inline bool zdev_enabled(struct zpci_dev *zdev) in zdev_enabled() 170 static inline int zpci_init_slot(struct zpci_dev *zdev) in zpci_init_slot() 174 static inline void zpci_exit_slot(struct zpci_dev *zdev) {} in zpci_exit_slot()
|