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