Searched refs:dix (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/scsi/ |
D | sd_dif.c | 33 int dif, dix; in sd_dif_config_host() local 36 dix = scsi_host_dix_capable(sdp->host, type); in sd_dif_config_host() 38 if (!dix && scsi_host_dix_capable(sdp->host, 0)) { in sd_dif_config_host() 39 dif = 0; dix = 1; in sd_dif_config_host() 42 if (!dix) { in sd_dif_config_host()
|
D | sd.c | 396 unsigned int dif, dix; in protection_mode_show() local 399 dix = scsi_host_dix_capable(sdp->host, sdkp->protection_type); in protection_mode_show() 401 if (!dix && scsi_host_dix_capable(sdp->host, T10_PI_TYPE0_PROTECTION)) { in protection_mode_show() 403 dix = 1; in protection_mode_show() 406 if (!dif && !dix) in protection_mode_show() 409 return sprintf(buf, "%s%u\n", dix ? "dix" : "dif", dif); in protection_mode_show() 726 static unsigned int sd_prot_op(bool write, bool dix, bool dif) in sd_prot_op() argument 740 return ops[write << 2 | dix << 1 | dif]; in sd_prot_op() 785 unsigned int dix, unsigned int dif) in sd_setup_protect_cmnd() argument 789 unsigned int prot_op = sd_prot_op(rq_data_dir(rq), dix, dif); in sd_setup_protect_cmnd() [all …]
|
D | scsi_debug.c | 5712 module_param_named(dix, sdebug_dix, int, S_IRUGO); 5788 MODULE_PARM_DESC(dix, "data integrity extensions mask (def=0)"); 6575 static DRIVER_ATTR_RO(dix);
|
/Linux-v6.6/Documentation/fb/ |
D | cmap_xfbdev.rst | 5 These notes explain how X's dix layer uses fbdev's cmap structures. 41 xc-011010/programs/Xserver/dix/colormap.c::
|
/Linux-v6.6/drivers/s390/scsi/ |
D | zfcp_scsi.c | 33 module_param_named(dix, zfcp_experimental_dix, bool, 0400); 34 MODULE_PARM_DESC(dix, "Enable experimental DIX (data integrity extension) support which implies DIF…
|