Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/efi/
Dcapsule.c117 #define SGLIST_PER_PAGE ((PAGE_SIZE / sizeof(efi_capsule_block_desc_t)) - 1) macro
125 return DIV_ROUND_UP(count, SGLIST_PER_PAGE); in sg_pages_num()
251 for (j = 0; j < SGLIST_PER_PAGE && count > 0; j++) { in efi_capsule_update()