Searched defs:zpci_dev (Results 1 – 1 of 1) sorted by relevance
117 struct zpci_dev { struct119 struct list_head entry; /* list of all zpci_devices, needed for hotplug, etc. */ argument120 struct list_head bus_next;121 struct kref kref;122 struct hotplug_slot hotplug_slot;124 enum zpci_state state;125 u32 fid; /* function ID, used by sclp */126 u32 fh; /* function handle, used by insn's */127 u16 vfn; /* virtual function number */128 u16 pchid; /* physical channel ID */[all …]