Searched defs:arch_msix (Results 1 – 1 of 1) sorted by relevance
230 struct arch_msix { struct231 unsigned int nr_entries, used_entries;232 struct {234 } table, pba;235 int table_refcnt[MAX_MSIX_TABLE_PAGES];236 int table_idx[MAX_MSIX_TABLE_PAGES];237 spinlock_t table_lock;238 bool host_maskall, guest_maskall;239 domid_t warned;
Completed in 3 milliseconds