Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi.c682 scsi_cdl_enable(sdev, sdev->cdl_enable); in scsi_cdl_check()
747 sdev->cdl_enable = enable; in scsi_cdl_enable()
H A Dscsi_sysfs.c1236 return sysfs_emit(buf, "%d\n", (int)sdev->cdl_enable); in sdev_show_cdl_enable()
1255 static DEVICE_ATTR(cdl_enable, S_IRUGO | S_IWUSR,
/linux/Documentation/ABI/testing/
H A Dsysfs-block-device109 What: /sys/block/*/device/cdl_enable
/linux/include/scsi/
H A Dscsi_device.h245 unsigned cdl_enable:1; /* Enable/disable Command duration limits */ member