Searched defs:arch_msix (Results 1 – 1 of 1) sorted by relevance
233 struct arch_msix { struct234 unsigned int nr_entries, used_entries;235 struct {237 } table, pba;238 int table_refcnt[MAX_MSIX_TABLE_PAGES];239 int table_idx[MAX_MSIX_TABLE_PAGES];240 spinlock_t table_lock;241 bool host_maskall, guest_maskall;242 domid_t warned;
Completed in 5 milliseconds