Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/qedi/
Dqedi_fw_scsi.h23 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;
[all …]
/linux-6.1.9/drivers/scsi/qedf/
Ddrv_scsi_fw_funcs.h23 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;
[all …]