Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmsi.h226 #define MAX_MSIX_TABLE_PAGES PFN_UP(MAX_MSIX_TABLE_ENTRIES * \ macro
235 int table_refcnt[MAX_MSIX_TABLE_PAGES];
236 int table_idx[MAX_MSIX_TABLE_PAGES];
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmsi.c77 if ( nr_page < 0 || nr_page >= MAX_MSIX_TABLE_PAGES ) in msix_get_fixmap()
105 for ( i = 0; i < MAX_MSIX_TABLE_PAGES; i++ ) in msix_put_fixmap()
110 if ( i == MAX_MSIX_TABLE_PAGES ) in msix_put_fixmap()

Completed in 5 milliseconds