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