Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dscsi.c680 scsi_cdl_enable(sdev, sdev->cdl_enable); in scsi_cdl_check()
745 sdev->cdl_enable = enable; in scsi_cdl_enable()
H A Dscsi_sysfs.c1230 return sysfs_emit(buf, "%d\n", (int)sdev->cdl_enable); in sdev_show_cdl_enable()
1249 static DEVICE_ATTR(cdl_enable, S_IRUGO | S_IWUSR,
H A Dsd.c1168 if (!sdp->cdl_supported || !sdp->cdl_enable) in sd_cdl_dld()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-block-device109 What: /sys/block/*/device/cdl_enable
/openbmc/linux/include/scsi/
H A Dscsi_device.h244 unsigned cdl_enable:1; /* Enable/disable Command duration limits */ member