Lines Matching defs:scsi_dif_task_params
23 struct scsi_dif_task_params { struct
24 u32 initial_ref_tag;
25 bool initial_ref_tag_is_valid;
26 u16 application_tag;
27 u16 application_tag_mask;
28 u16 dif_block_size_log;
29 bool dif_on_network;
30 bool dif_on_host;
31 u8 host_guard_type;
32 u8 protection_type;
33 u8 ref_tag_mask;
34 bool crc_seed;
35 bool tx_dif_conn_err_en;
36 bool ignore_app_tag;
37 bool keep_ref_tag_const;
38 bool validate_guard;
39 bool validate_app_tag;
40 bool validate_ref_tag;
41 bool forward_guard;
42 bool forward_app_tag;
43 bool forward_ref_tag;
44 bool forward_app_tag_with_mask;
45 bool forward_ref_tag_with_mask;