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
1137 stored_crc = le32_to_cpu(super->s_crc); in zonefs_read_super()
1140 if (crc != stored_crc) { in zonefs_read_super()
1142 crc, stored_crc); in zonefs_read_super()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c3493 u32 stored_crc; in bnxt_flash_firmware() local
3549 stored_crc = le32_to_cpu(*(__le32 *)(fw_data + fw_size - in bnxt_flash_firmware()
3550 sizeof(stored_crc))); in bnxt_flash_firmware()
3551 calculated_crc = ~crc32(~0, fw_data, fw_size - sizeof(stored_crc)); in bnxt_flash_firmware()
3552 if (calculated_crc != stored_crc) { in bnxt_flash_firmware()
3554 (unsigned long)stored_crc, in bnxt_flash_firmware()
3573 u32 stored_crc; in bnxt_flash_microcode() local
3601 stored_crc = le32_to_cpu(*(__le32 *)(fw_data + fw_size - in bnxt_flash_microcode()
3602 sizeof(stored_crc))); in bnxt_flash_microcode()
3603 calculated_crc = ~crc32(~0, fw_data, fw_size - sizeof(stored_crc)); in bnxt_flash_microcode()
[all …]