Searched defs:zpci_dev (Results 1 – 1 of 1) sorted by relevance
148 struct zpci_dev { struct150 struct list_head entry; /* list of all zpci_devices, needed for hotplug, etc. */ argument151 struct list_head iommu_list;152 struct kref kref;153 struct rcu_head rcu;154 struct hotplug_slot hotplug_slot;156 struct mutex state_lock; /* protect state changes */157 enum zpci_state state;158 u32 fid; /* function ID, used by sclp */159 u32 fh; /* function handle, used by insn's */[all …]