Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fwflash/plugins/vendor/
H A Dhermon-MELLANOX.c326 uint16_t calculated_crc; in cnx_check_guid_section() local
354 calculated_crc = cnx_crc16((uint8_t *)&verifier->fwimage[nguidptr_addr], in cnx_check_guid_section()
356 if (calculated_crc != ntohs(guidsect.guidcrc)) { in cnx_check_guid_section()
358 "differs from GUID section 0x%x\n"), calculated_crc, in cnx_check_guid_section()
362 "with GUID section 0x%x\n", calculated_crc, in cnx_check_guid_section()