Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c572 #define N_ENTRIES_PER_PAGE (PAGE_SIZE / sizeof(*result)) in alloc_sgtable() macro
579 BUILD_BUG_ON(N_ENTRIES_PER_PAGE < 2); in alloc_sgtable()
585 if (nents <= N_ENTRIES_PER_PAGE) { in alloc_sgtable()
592 n_alloc = N_ENTRIES_PER_PAGE; in alloc_sgtable()