Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
A Defx_reflash.c28 u32 expected_crc, crc; in efx_reflash_parse_reflash_header() local
57 expected_crc = get_unaligned_le32(trailer + EFX_REFLASH_TRAILER_CRC_OFST); in efx_reflash_parse_reflash_header()
62 if (crc != expected_crc) in efx_reflash_parse_reflash_header()
113 u32 magic, version, payload_size, header_len, expected_crc, crc; in efx_reflash_parse_snic_header() local
139 expected_crc = get_unaligned_le32(header + EFX_SNICIMAGE_HEADER_CRC_OFST); in efx_reflash_parse_snic_header()
148 if (crc != expected_crc) in efx_reflash_parse_snic_header()
168 u32 magic, version, bundle_type, header_len, expected_crc, crc; in efx_reflash_parse_snic_bundle_header() local
195 expected_crc = get_unaligned_le32(header + EFX_SNICBUNDLE_HEADER_CRC_OFST); in efx_reflash_parse_snic_bundle_header()
197 if (crc != expected_crc) in efx_reflash_parse_snic_bundle_header()
/drivers/mtd/parsers/
A Dbcm63xxpart.c54 u32 actual_crc, expected_crc; in bcm63xx_read_nvram() local
64 ret = bcm963xx_nvram_checksum(nvram, &expected_crc, &actual_crc); in bcm63xx_read_nvram()
67 expected_crc, actual_crc); in bcm63xx_read_nvram()
/drivers/media/dvb-core/
A Ddvb_net.c647 u32 ule_crc, u32 expected_crc) in dvb_net_ule_check_crc() argument
651 if (ule_crc != expected_crc) { in dvb_net_ule_check_crc()
653 h->priv->ts_count, ule_crc, expected_crc, in dvb_net_ule_check_crc()
829 u32 ule_crc = ~0L, expected_crc; in dvb_net_ule() local
838 expected_crc = *(tail - 4) << 24 | in dvb_net_ule()
843 dvb_net_ule_check_crc(&h, iov, ule_crc, expected_crc); in dvb_net_ule()
/drivers/bcma/
A Dsprom.c145 u8 expected_crc; in bcma_sprom_check_crc() local
150 expected_crc = tmp >> SSB_SPROM_REVISION_CRC_SHIFT; in bcma_sprom_check_crc()
151 if (crc != expected_crc) in bcma_sprom_check_crc()
/drivers/ssb/
A Dpci.c259 u8 expected_crc; in sprom_check_crc() local
264 expected_crc = tmp >> SSB_SPROM_REVISION_CRC_SHIFT; in sprom_check_crc()
265 if (crc != expected_crc) in sprom_check_crc()
/drivers/soundwire/
A Dcadence_master.c2560 u8 expected_crc; in sdw_cdns_check_read_response() local
2587 expected_crc = *p_data++ & 0xff; in sdw_cdns_check_read_response()
2589 if (crc != expected_crc) { in sdw_cdns_check_read_response()
2591 __func__, i, num_frames, crc, expected_crc); in sdw_cdns_check_read_response()
/drivers/iio/addac/
A Dad74115.c436 u8 expected_crc = ad74115_crc(buf); in ad74115_crc_check() local
438 if (buf[3] != expected_crc) { in ad74115_crc_check()
440 buf[3], buf[0], buf[1], buf[2], expected_crc); in ad74115_crc_check()
A Dad74413r.c184 u8 expected_crc = ad74413r_crc(buf); in ad74413r_crc_check() local
186 if (buf[3] != expected_crc) { in ad74413r_crc_check()
/drivers/net/can/usb/etas_es58x/
A Des58x_core.c138 u16 expected_crc = es58x_get_crc(urb_cmd, urb_len); in es58x_check_crc() local
140 if (expected_crc != calculated_crc) { in es58x_check_crc()
/drivers/md/
A Draid5-cache.c2947 u32 stored_crc, expected_crc; in r5l_load_log() local
2971 expected_crc = crc32c(log->uuid_checksum, mb, PAGE_SIZE); in r5l_load_log()
2972 if (stored_crc != expected_crc) { in r5l_load_log()

Completed in 51 milliseconds