Searched refs:scsi_host_dix_capable (Results 1 – 2 of 2) sorted by relevance
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()
915 static inline unsigned int scsi_host_dix_capable(struct Scsi_Host *shost, unsigned int target_type) in scsi_host_dix_capable() function