Home
last modified time | relevance | path

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

/linux/fs/zonefs/
H A Dsuper.c1113 u32 crc, stored_crc; in zonefs_read_super() local
1129 stored_crc = le32_to_cpu(super->s_crc); in zonefs_read_super()
1132 if (crc != stored_crc) { in zonefs_read_super()
1134 crc, stored_crc); in zonefs_read_super()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c3519 u32 stored_crc; in bnxt_flash_firmware() local
3575 stored_crc = le32_to_cpu(*(__le32 *)(fw_data + fw_size - in bnxt_flash_firmware()
3576 sizeof(stored_crc))); in bnxt_flash_firmware()
3577 calculated_crc = ~crc32(~0, fw_data, fw_size - sizeof(stored_crc)); in bnxt_flash_firmware()
3578 if (calculated_crc != stored_crc) { in bnxt_flash_firmware()
3580 (unsigned long)stored_crc, in bnxt_flash_firmware()
3599 u32 stored_crc; in bnxt_flash_microcode() local
3627 stored_crc = le32_to_cpu(*(__le32 *)(fw_data + fw_size - in bnxt_flash_microcode()
3628 sizeof(stored_crc))); in bnxt_flash_microcode()
3629 calculated_crc = ~crc32(~0, fw_data, fw_size - sizeof(stored_crc)); in bnxt_flash_microcode()
[all …]