Searched defs:crc_context (Results 1 – 1 of 1) sorted by relevance
1704 struct crc_context { struct1705 uint32_t handle; /* System handle. */1706 __le32 ref_tag;1707 __le16 app_tag;1708 uint8_t ref_tag_mask[4]; /* Validation/Replacement Mask*/1709 uint8_t app_tag_mask[2]; /* Validation/Replacement Mask*/1710 __le16 guard_seed; /* Initial Guard Seed */1711 __le16 prot_opts; /* Requested Data Protection Mode */1712 __le16 blk_size; /* Data size in bytes */1713 uint16_t runt_blk_guard; /* Guard value for runt block (tape[all …]