Home
last modified time | relevance | path

Searched refs:dix (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/
A Dsd_dif.c32 int dif, dix; in sd_dif_config_host() local
37 dix = scsi_host_dix_capable(sdp->host, type); in sd_dif_config_host()
39 if (!dix && scsi_host_dix_capable(sdp->host, 0)) { in sd_dif_config_host()
40 dif = 0; dix = 1; in sd_dif_config_host()
43 if (!dix) in sd_dif_config_host()
A Dsd.c409 unsigned int dif, dix; in protection_mode_show() local
416 dix = 1; in protection_mode_show()
419 if (!dif && !dix) in protection_mode_show()
422 return sprintf(buf, "%s%u\n", dix ? "dix" : "dif", dif); in protection_mode_show()
756 return ops[write << 2 | dix << 1 | dif]; in sd_prot_op()
801 unsigned int dix, unsigned int dif) in sd_setup_protect_cmnd() argument
808 if (dix) { /* DIX Type 0, 1, 2, 3 */ in sd_setup_protect_cmnd()
1334 bool dix; in sd_setup_read_write_cmnd() local
1373 dix = scsi_prot_sg_count(cmd); in sd_setup_read_write_cmnd()
1377 if (dif || dix) in sd_setup_read_write_cmnd()
[all …]
A Dscsi_debug.c7318 module_param_named(dix, sdebug_dix, int, S_IRUGO);
7401 MODULE_PARM_DESC(dix, "data integrity extensions mask (def=0)");
8195 static DRIVER_ATTR_RO(dix);
/drivers/s390/scsi/
A Dzfcp_scsi.c33 module_param_named(dix, zfcp_experimental_dix, bool, 0400);
34 MODULE_PARM_DESC(dix, "Enable experimental DIX (data integrity extension) support which implies DIF…

Completed in 31 milliseconds