Home
last modified time | relevance | path

Searched refs:protection_type (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/scsi/qedi/
Dqedi_fw_scsi.h32 u8 protection_type; member
Dqedi_fw_api.c351 dif_task_params->protection_type); in init_rtdif_task_context()
439 dif_task_params->protection_type); in init_rtdif_task_context()
/linux-5.19.10/drivers/scsi/qedf/
Ddrv_scsi_fw_funcs.h32 u8 protection_type; member
/linux-5.19.10/drivers/scsi/
Dsd_dif.c31 u8 type = sdkp->protection_type; in sd_dif_config_host()
Dsd.c301 return sprintf(buf, "%u\n", sdkp->protection_type); in protection_type_show()
321 sdkp->protection_type = val; in protection_type_store()
325 static DEVICE_ATTR_RW(protection_type);
335 dif = scsi_host_dif_capable(sdp->host, sdkp->protection_type); in protection_mode_show()
336 dix = scsi_host_dix_capable(sdp->host, sdkp->protection_type); in protection_mode_show()
1172 dif = scsi_host_dif_capable(cmd->device->host, sdkp->protection_type); in sd_setup_read_write_cmnd()
1179 if (protect && sdkp->protection_type == T10_PI_TYPE2_PROTECTION) { in sd_setup_read_write_cmnd()
2179 sdkp->protection_type = 0; in sd_read_protection_type()
2189 sdkp->protection_type = 0; in sd_read_protection_type()
2193 sdkp->protection_type = type; in sd_read_protection_type()
[all …]
Dsd.h130 u8 protection_type;/* Data Integrity Field */ member