Home
last modified time | relevance | path

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

/drivers/firmware/efi/
Dcapsule.c115 #define SGLIST_PER_PAGE ((PAGE_SIZE / sizeof(efi_capsule_block_desc_t)) - 1) macro
123 return DIV_ROUND_UP(count, SGLIST_PER_PAGE); in sg_pages_num()
249 for (j = 0; j < SGLIST_PER_PAGE && count > 0; j++) { in efi_capsule_update()