Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/include/asm/
Dpci.h116 struct zpci_dev { struct
118 struct list_head entry; /* list of all zpci_devices, needed for hotplug, etc. */ argument
119 struct list_head bus_next;
120 struct kref kref;
121 struct hotplug_slot hotplug_slot;
123 enum zpci_state state;
124 u32 fid; /* function ID, used by sclp */
125 u32 fh; /* function handle, used by insn's */
126 u16 vfn; /* virtual function number */
127 u16 pchid; /* physical channel ID */
[all …]