Searched defs:zpci_dev (Results 1 – 1 of 1) sorted by relevance
120 struct zpci_dev { struct122 struct list_head entry; /* list of all zpci_devices, needed for hotplug, etc. */ argument123 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 …]