Searched defs:crc_context (Results 1 – 1 of 1) sorted by relevance
1359 struct crc_context { struct1360 uint32_t handle; /* System handle. */1361 uint32_t ref_tag;1362 uint16_t app_tag;1363 uint8_t ref_tag_mask[4]; /* Validation/Replacement Mask*/1364 uint8_t app_tag_mask[2]; /* Validation/Replacement Mask*/1365 uint16_t guard_seed; /* Initial Guard Seed */1366 uint16_t prot_opts; /* Requested Data Protection Mode */1367 uint16_t blk_size; /* Data size in bytes */1368 uint16_t runt_blk_guard; /* Guard value for runt block (tape[all …]