Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
Dpci.h120 struct zpci_dev { struct
122 struct list_head entry; /* list of all zpci_devices, needed for hotplug, etc. */ argument
123 struct list_head iommu_list;
124 struct kref kref;
125 struct rcu_head rcu;
126 struct hotplug_slot hotplug_slot;
128 struct mutex state_lock; /* protect state changes */
129 enum zpci_state state;
130 u32 fid; /* function ID, used by sclp */
131 u32 fh; /* function handle, used by insn's */
[all …]