Searched defs:data_crc (Results 1 - 7 of 7) sorted by relevance
/drivers/mtd/ubi/ |
H A D | scan.c | 322 uint32_t data_crc, crc; local 401 data_crc = be32_to_cpu(vid_hdr->data_crc); 403 if (crc != data_crc) { 405 pnum, crc, data_crc);
|
H A D | ubi-media.h | 186 * @data_crc: CRC checksum of the data stored in this logical eraseblock 230 * the @data_crc field of the copy (P1). So when UBI needs to pick one physical 254 * The @data_crc field contains the CRC checksum of the contents of the logical 259 * the @data_crc field. And of course, the @copy_flag is %in this case. 266 * contents and uses both @data_crc and @data_size fields. In this case, the 290 __be32 data_crc; member in struct:ubi_vid_hdr
|
H A D | io.c | 904 int data_crc = be32_to_cpu(vid_hdr->data_crc); local 976 if (data_crc != 0) {
|
/drivers/target/iscsi/ |
H A D | iscsi_target_erl1.c | 98 u32 data_crc; local 101 iov.iov_base = &data_crc;
|
H A D | iscsi_target.c | 1182 u32 data_crc; local 1209 crypto_hash_final(hash, (u8 *) &data_crc); 1211 return data_crc; 1220 u8 *data_crc) 1233 crypto_hash_final(hash, data_crc); 1417 u32 data_crc; local 1419 data_crc = iscsit_do_crypto_hash_sg(&conn->conn_rx_hash, cmd, 1423 if (checksum != data_crc) { 1428 hdr->datasn, checksum, data_crc); 1472 u32 checksum, data_crc, paddin local 1214 iscsit_do_crypto_hash_buf( struct hash_desc *hash, unsigned char *buf, u32 payload_length, u32 padding, u8 *pad_bytes, u8 *data_crc) argument 1850 u32 checksum = 0, data_crc = 0, payload_length; local 2305 u32 data_crc; local [all...] |
H A D | iscsi_target_core.h | 383 u32 data_crc; member in struct:iscsi_cmd
|
/drivers/block/ |
H A D | amiflop.c | 1038 unsigned short crc,data_crc[2]; local 1112 raw = dos_decode((unsigned char *)data_crc,(ushort *) raw,4); 1115 if (crc != data_crc[0]) { 1118 hdr.sec, hdr.len_desc, scnt,data_crc[0], crc);
|
Completed in 135 milliseconds