Searched defs:zdev (Results 1 – 9 of 9) sorted by relevance
/arch/s390/pci/ |
D | pci.c | 60 struct zpci_dev *tmp, *zdev = NULL; in get_zdev_by_fid() local 75 struct zpci_dev *tmp, *zdev; in zpci_remove_reserved_devices() local 110 int zpci_register_ioat(struct zpci_dev *zdev, u8 dmaas, in zpci_register_ioat() 125 int zpci_unregister_ioat(struct zpci_dev *zdev, u8 dmaas) in zpci_unregister_ioat() 138 int zpci_fmb_enable_device(struct zpci_dev *zdev) in zpci_fmb_enable_device() 167 int zpci_fmb_disable_device(struct zpci_dev *zdev) in zpci_fmb_disable_device() 188 static int zpci_cfg_load(struct zpci_dev *zdev, int offset, u32 *val, u8 len) in zpci_cfg_load() 204 static int zpci_cfg_store(struct zpci_dev *zdev, int offset, u32 val, u8 len) in zpci_cfg_store() 268 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_fh() local 287 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_mio() local [all …]
|
D | pci_debug.c | 72 struct zpci_dev *zdev = m->private; in pci_sw_counter_show() local 83 struct zpci_dev *zdev = m->private; in pci_perf_show() local 134 struct zpci_dev *zdev = ((struct seq_file *) file->private_data)->private; in pci_perf_seq_write() local 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()
|
D | pci_dma.c | 22 static int zpci_refresh_global(struct zpci_dev *zdev) in zpci_refresh_global() 133 static int __dma_update_trans(struct zpci_dev *zdev, unsigned long pa, in __dma_update_trans() 179 static int __dma_purge_tlb(struct zpci_dev *zdev, dma_addr_t dma_addr, in __dma_purge_tlb() 218 static int dma_update_trans(struct zpci_dev *zdev, unsigned long pa, in dma_update_trans() 263 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in __dma_alloc_iommu() local 275 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in dma_alloc_address() local 307 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in dma_free_address() local 340 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_map_pages() local 380 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_unmap_pages() local 401 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in s390_dma_alloc() local [all …]
|
D | pci_sysfs.c | 45 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in mio_enabled_show() local 56 struct zpci_dev *zdev = to_zpci(pdev); in recover_store() local 107 struct zpci_dev *zdev = to_zpci(pdev); in util_string_read() local 121 struct zpci_dev *zdev = to_zpci(pdev); in report_error_write() local
|
D | pci_clp.c | 97 static void clp_store_query_pci_fngrp(struct zpci_dev *zdev, in clp_store_query_pci_fngrp() 116 static int clp_query_pci_fngrp(struct zpci_dev *zdev, u8 pfgid) in clp_query_pci_fngrp() 143 static int clp_store_query_pci_fn(struct zpci_dev *zdev, in clp_store_query_pci_fn() 177 static int clp_query_pci_fn(struct zpci_dev *zdev, u32 fh) in clp_query_pci_fn() 210 struct zpci_dev *zdev; in clp_add_pci_device() local 246 static int clp_set_pci_fn(struct zpci_dev *zdev, u8 nr_dma_as, u8 command) in clp_set_pci_fn() 290 int clp_enable_fh(struct zpci_dev *zdev, u8 nr_dma_as) in clp_enable_fh() 310 int clp_disable_fh(struct zpci_dev *zdev) in clp_disable_fh() 362 struct zpci_dev *zdev; in __clp_add() local 374 struct zpci_dev *zdev; in __clp_update() local
|
D | pci_irq.c | 39 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() 236 struct zpci_dev *zdev = to_zpci(pdev); in arch_setup_msi_irqs() local 320 struct zpci_dev *zdev = to_zpci(pdev); in arch_teardown_msi_irqs() local
|
D | pci_event.c | 49 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_error() local 76 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_availability() local
|
/arch/s390/net/ |
D | pnet.c | 57 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); in pnet_ids_by_device() local
|
/arch/s390/include/asm/ |
D | pci.h | 163 static inline bool zdev_enabled(struct zpci_dev *zdev) in zdev_enabled() 197 static inline bool zpci_use_mio(struct zpci_dev *zdev) in zpci_use_mio() 217 static inline int zpci_init_slot(struct zpci_dev *zdev) in zpci_init_slot() 221 static inline void zpci_exit_slot(struct zpci_dev *zdev) {} in zpci_exit_slot()
|