Lines Matching refs:dix
308 unsigned int dif, dix; in sd_show_protection_mode() local
311 dix = scsi_host_dix_capable(sdp->host, sdkp->protection_type); in sd_show_protection_mode()
313 if (!dix && scsi_host_dix_capable(sdp->host, SD_DIF_TYPE0_PROTECTION)) { in sd_show_protection_mode()
315 dix = 1; in sd_show_protection_mode()
318 if (!dif && !dix) in sd_show_protection_mode()
321 return snprintf(buf, 20, "%s%u\n", dix ? "dix" : "dif", dif); in sd_show_protection_mode()
584 unsigned int dix = scsi_prot_sg_count(scmd); in sd_prot_op() local
587 if (dif && dix) in sd_prot_op()
589 else if (dif && !dix) in sd_prot_op()
591 else if (!dif && dix) in sd_prot_op()
594 if (dif && dix) in sd_prot_op()
596 else if (dif && !dix) in sd_prot_op()
598 else if (!dif && dix) in sd_prot_op()