Lines Matching defs:crc_context
1658 struct crc_context { struct
1659 uint32_t handle; /* System handle. */
1660 __le32 ref_tag;
1661 __le16 app_tag;
1662 uint8_t ref_tag_mask[4]; /* Validation/Replacement Mask*/
1663 uint8_t app_tag_mask[2]; /* Validation/Replacement Mask*/
1664 __le16 guard_seed; /* Initial Guard Seed */
1665 __le16 prot_opts; /* Requested Data Protection Mode */
1666 __le16 blk_size; /* Data size in bytes */
1667 uint16_t runt_blk_guard; /* Guard value for runt block (tape
1669 __le32 byte_count; /* Total byte count/ total data
1671 union {
1704 #define CRC_CONTEXT_LEN_FW (offsetof(struct crc_context, fcp_cmnd.lun)) argument