Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds