Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.c4399 u32 *nvram_size_bytes) in ecore_find_nvram_image() argument
4414 *nvram_size_bytes = file_att.len; in ecore_find_nvram_image()
4416 …n NVRAM offset %d bytes with size %d bytes\n", image_type, *nvram_offset_bytes, *nvram_size_bytes); in ecore_find_nvram_image()
4419 if (*nvram_size_bytes & 0x3) in ecore_find_nvram_image()
4429 u32 nvram_size_bytes, in ecore_nvram_read() argument
4433 s32 bytes_left = nvram_size_bytes; in ecore_nvram_read()
4436 …wfn, ECORE_MSG_DEBUG, "nvram_read: reading image of size %d bytes from NVRAM\n", nvram_size_bytes); in ecore_nvram_read()