Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_selftest.c125 u32 num_images, i, j, nvm_crc, calc_crc; in ecore_selftest_nvram() local
196 nvm_crc = *(u32 *)(buf + image_att.len - 4); in ecore_selftest_nvram()
200 "nvm crc 0x%x, calc_crc 0x%x\n", nvm_crc, calc_crc); in ecore_selftest_nvram()
202 if (calc_crc != nvm_crc) { in ecore_selftest_nvram()