Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_def.h1979 struct crc_context { struct
1980 uint32_t handle; /* System handle. */
1981 __le32 ref_tag;
1982 __le16 app_tag;
1983 uint8_t ref_tag_mask[4]; /* Validation/Replacement Mask*/
1984 uint8_t app_tag_mask[2]; /* Validation/Replacement Mask*/
1985 __le16 guard_seed; /* Initial Guard Seed */
1986 __le16 prot_opts; /* Requested Data Protection Mode */
1987 __le16 blk_size; /* Data size in bytes */
1988 __le16 runt_blk_guard; /* Guard value for runt block (tape
[all …]
/kernel/linux/linux-4.19/drivers/scsi/qla2xxx/
Dqla_def.h1851 struct crc_context { struct
1852 uint32_t handle; /* System handle. */
1853 __le32 ref_tag;
1854 __le16 app_tag;
1855 uint8_t ref_tag_mask[4]; /* Validation/Replacement Mask*/
1856 uint8_t app_tag_mask[2]; /* Validation/Replacement Mask*/
1857 __le16 guard_seed; /* Initial Guard Seed */
1858 __le16 prot_opts; /* Requested Data Protection Mode */
1859 __le16 blk_size; /* Data size in bytes */
1860 uint16_t runt_blk_guard; /* Guard value for runt block (tape
[all …]