Searched refs:crc32_csum (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/media/firewire/
H A Dfiredtv-avc.c1103 int crc32_csum; local
1214 crc32_csum = crc32_be(0, &c->operand[10], c->operand[12] - 1);
1215 c->operand[write_pos - 4] = (crc32_csum >> 24) & 0xff;
1216 c->operand[write_pos - 3] = (crc32_csum >> 16) & 0xff;
1217 c->operand[write_pos - 2] = (crc32_csum >> 8) & 0xff;
1218 c->operand[write_pos - 1] = (crc32_csum >> 0) & 0xff;
/linux-master/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c1313 u32 crc32_csum, crc32_check; local
1339 crc32_csum = crc32(~0L, firmware, 56) ^ ~0L;
1342 if (crc32_csum != crc32_check) {
1344 __func__, crc32_csum, crc32_check);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.h36 u64 crc32_csum; member in struct:ionic_tx_stats
H A Dionic_txrx.c1558 stats->crc32_csum++;

Completed in 113 milliseconds