Searched refs:dix (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/scsi/ |
| H A D | sd_dif.c | 32 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()
|
| H A D | sd.c | 519 unsigned int dif, dix; in protection_mode_show() local 522 dix = scsi_host_dix_capable(sdp->host, sdkp->protection_type); in protection_mode_show() 524 if (!dix && scsi_host_dix_capable(sdp->host, T10_PI_TYPE0_PROTECTION)) { in protection_mode_show() 526 dix = 1; in protection_mode_show() 529 if (!dif && !dix) in protection_mode_show() 532 return sprintf(buf, "%s%u\n", dix ? "dix" : "dif", dif); in protection_mode_show() 864 static unsigned int sd_prot_op(bool write, bool dix, bool dif) in sd_prot_op() argument 878 return ops[write << 2 | dix << 1 | dif]; in sd_prot_op() 923 unsigned int dix, unsigned int dif) in sd_setup_protect_cmnd() argument 927 unsigned int prot_op = sd_prot_op(rq_data_dir(rq), dix, dif); in sd_setup_protect_cmnd() [all …]
|
| /linux/Documentation/fb/ |
| H A 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/drivers/s390/scsi/ |
| H A D | zfcp_scsi.c | 32 module_param_named(dix, zfcp_experimental_dix, bool, 0400); 33 MODULE_PARM_DESC(dix, "Enable experimental DIX (data integrity extension) support which implies DIF…
|