Home
last modified time | relevance | path

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

/linux-6.6.21/arch/s390/include/asm/
Dpci.h117 struct zpci_dev { struct
119 struct list_head entry; /* list of all zpci_devices, needed for hotplug, etc. */ argument
120 struct list_head iommu_list;
121 struct kref kref;
122 struct rcu_head rcu;
123 struct hotplug_slot hotplug_slot;
125 enum zpci_state state;
126 u32 fid; /* function ID, used by sclp */
127 u32 fh; /* function handle, used by insn's */
128 u32 gisa; /* GISA designation for passthrough */
[all …]