Home
last modified time | relevance | path

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

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