Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dsd_dif.c47 int dif, dix; in sd_dif_config_host() local
50 dix = scsi_host_dix_capable(sdp->host, type); in sd_dif_config_host()
52 if (!dix && scsi_host_dix_capable(sdp->host, 0)) { in sd_dif_config_host()
53 dif = 0; dix = 1; in sd_dif_config_host()
56 if (!dix) in sd_dif_config_host()
Dsd.h196 static inline unsigned int sd_prot_op(bool write, bool dix, bool dif) in sd_prot_op() argument
210 return ops[write << 2 | dix << 1 | dif]; in sd_prot_op()
Dsd.c335 unsigned int dif, dix; in protection_mode_show() local
338 dix = scsi_host_dix_capable(sdp->host, sdkp->protection_type); in protection_mode_show()
340 if (!dix && scsi_host_dix_capable(sdp->host, T10_PI_TYPE0_PROTECTION)) { in protection_mode_show()
342 dix = 1; in protection_mode_show()
345 if (!dif && !dix) in protection_mode_show()
348 return sprintf(buf, "%s%u\n", dix ? "dix" : "dif", dif); in protection_mode_show()
661 unsigned int dix, unsigned int dif) in sd_setup_protect_cmnd() argument
664 unsigned int prot_op = sd_prot_op(rq_data_dir(scmd->request), dix, dif); in sd_setup_protect_cmnd()
667 if (dix) { /* DIX Type 0, 1, 2, 3 */ in sd_setup_protect_cmnd()
1019 unsigned int dif, dix; in sd_setup_read_write_cmnd() local
[all …]
Dscsi_debug.c4512 module_param_named(dix, sdebug_dix, int, S_IRUGO);
4572 MODULE_PARM_DESC(dix, "data integrity extensions mask (def=0)");
5154 static DRIVER_ATTR_RO(dix);
/Linux-v4.19/Documentation/fb/
Dcmap_xfbdev.txt4 These notes explain how X's dix layer uses fbdev's cmap structures.
37 xc-011010/programs/Xserver/dix/colormap.c: