Home
last modified time | relevance | path

Searched refs:MAX_MSIX_TABLE_PAGES (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/asm-x86/
A Dmsi.h229 #define MAX_MSIX_TABLE_PAGES PFN_UP(MAX_MSIX_TABLE_ENTRIES * \ macro
238 int table_refcnt[MAX_MSIX_TABLE_PAGES];
239 int table_idx[MAX_MSIX_TABLE_PAGES];
/xen/xen/arch/x86/
A Dmsi.c80 if ( nr_page < 0 || nr_page >= MAX_MSIX_TABLE_PAGES ) in msix_get_fixmap()
108 for ( i = 0; i < MAX_MSIX_TABLE_PAGES; i++ ) in msix_put_fixmap()
113 if ( i == MAX_MSIX_TABLE_PAGES ) in msix_put_fixmap()

Completed in 8 milliseconds