Searched refs:MAX_MSIX_TABLE_PAGES (Results 1 – 2 of 2) sorted by relevance
229 #define MAX_MSIX_TABLE_PAGES PFN_UP(MAX_MSIX_TABLE_ENTRIES * \ macro238 int table_refcnt[MAX_MSIX_TABLE_PAGES];239 int table_idx[MAX_MSIX_TABLE_PAGES];
80 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