Searched defs:pseries_vas_window (Results 1 – 1 of 1) sorted by relevance
121 struct pseries_vas_window { struct122 struct vas_window vas_win;123 u64 win_addr; /* Physical paste address */124 u8 win_type; /* QoS or Default window */125 u32 complete_irq; /* Completion interrupt */126 u32 fault_irq; /* Fault interrupt */129 u64 util;133 struct list_head win_list;134 u64 flags;135 char *name;[all …]