Home
last modified time | relevance | path

Searched defs:crc_context (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_def.h2035 struct crc_context { struct
2036 uint32_t handle; /* System handle. */
2037 __le32 ref_tag;
2038 __le16 app_tag;
2039 uint8_t ref_tag_mask[4]; /* Validation/Replacement Mask*/
2040 uint8_t app_tag_mask[2]; /* Validation/Replacement Mask*/
2041 __le16 guard_seed; /* Initial Guard Seed */
2042 __le16 prot_opts; /* Requested Data Protection Mode */
2043 __le16 blk_size; /* Data size in bytes */
2044 __le16 runt_blk_guard; /* Guard value for runt block (tape
[all …]