Home
last modified time | relevance | path

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

/linux/fs/zonefs/
H A Dsuper.c1115 u32 crc, stored_crc; in zonefs_read_super() local
1131 stored_crc = le32_to_cpu(super->s_crc); in zonefs_read_super()
1134 if (crc != stored_crc) { in zonefs_read_super()
1136 crc, stored_crc); in zonefs_read_super()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c3672 u32 stored_crc; in bnxt_flash_firmware() local
3728 stored_crc = le32_to_cpu(*(__le32 *)(fw_data + fw_size - in bnxt_flash_firmware()
3729 sizeof(stored_crc))); in bnxt_flash_firmware()
3730 calculated_crc = ~crc32(~0, fw_data, fw_size - sizeof(stored_crc)); in bnxt_flash_firmware()
3731 if (calculated_crc != stored_crc) { in bnxt_flash_firmware()
3733 (unsigned long)stored_crc, in bnxt_flash_firmware()
3752 u32 stored_crc; in bnxt_flash_microcode() local
3780 stored_crc = le32_to_cpu(*(__le32 *)(fw_data + fw_size - in bnxt_flash_microcode()
3781 sizeof(stored_crc))); in bnxt_flash_microcode()
3782 calculated_crc = ~crc32(~0, fw_data, fw_size - sizeof(stored_crc)); in bnxt_flash_microcode()
[all …]