Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qedi/
Dqedi_fw_scsi.h26 struct scsi_dif_task_params { struct
27 u32 initial_ref_tag;
28 bool initial_ref_tag_is_valid;
29 u16 application_tag;
30 u16 application_tag_mask;
31 u16 dif_block_size_log;
32 bool dif_on_network;
33 bool dif_on_host;
34 u8 host_guard_type;
35 u8 protection_type;
[all …]
/Linux-v4.19/drivers/scsi/qedf/
Ddrv_scsi_fw_funcs.h26 struct scsi_dif_task_params { struct
27 u32 initial_ref_tag;
28 bool initial_ref_tag_is_valid;
29 u16 application_tag;
30 u16 application_tag_mask;
31 u16 dif_block_size_log;
32 bool dif_on_network;
33 bool dif_on_host;
34 u8 host_guard_type;
35 u8 protection_type;
[all …]