Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_image.c515 uint32_t image_size; in efx_check_reflash_image() local
538 &image_offset, &image_size); in efx_check_reflash_image()
549 image_size = buffer_size; in efx_check_reflash_image()
551 if (image_offset + image_size > buffer_size) { in efx_check_reflash_image()
558 rc = efx_check_unsigned_image(imagep, image_size, &headerp, &trailerp); in efx_check_reflash_image()