Searched defs:zpci_dev (Results 1 – 1 of 1) sorted by relevance
91 struct zpci_dev { struct93 struct list_head entry; /* list of all zpci_devices, needed for hotplug, etc. */ argument95 enum zpci_state state;96 u32 fid; /* function ID, used by sclp */97 u32 fh; /* function handle, used by insn's */98 u16 vfn; /* virtual function number */99 u16 pchid; /* physical channel ID */100 u8 pfgid; /* function group ID */101 u8 pft; /* pci function type */102 u16 domain;[all …]