Searched refs:allow_restart (Results 1 - 14 of 14) sorted by last modified time

/linux-master/drivers/usb/storage/
H A Dscsiglue.c251 sdev->allow_restart = 1;
/linux-master/drivers/ufs/core/
H A Dufshcd.c5166 sdev->allow_restart = 1;
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c6520 sdev->allow_restart = 1;
/linux-master/drivers/scsi/
H A Dsd.c315 return sprintf(buf, "%u\n", sdkp->device->allow_restart);
335 sdp->allow_restart = v;
339 static DEVICE_ATTR_RW(allow_restart);
H A Dscsi_scan.c918 sdev->allow_restart = 1;
H A Dpmcraid.c233 scsi_dev->allow_restart = 1;
235 scsi_dev->allow_restart = 1;
H A Dipr.c7054 res->sdev->allow_restart = 1;
H A Dscsi_debug.c5607 sdp->allow_restart = 1;
6333 module_param_named(allow_restart, sdebug_allow_restart, bool, S_IRUGO | S_IWUSR);
6406 MODULE_PARM_DESC(allow_restart, "Set scsi_device's allow_restart flag(def=0)");
H A Dscsi_error.c662 if (scmd->device->allow_restart &&
1475 if (scmd->device->allow_restart) {
/linux-master/drivers/scsi/libsas/
H A Dsas_scsi_host.c829 scsi_dev->allow_restart = 1;
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.c3443 * Enable allow_restart for a device if it is a disk. Adjust the
3456 sdev->allow_restart = 1;
H A Dibmvscsi.c1863 * ibmvscsi_slave_configure: Set the "allow_restart" flag for each disk.
1866 * Enable allow_restart for a device if it is a disk. Adjust the
1877 sdev->allow_restart = 1;
/linux-master/drivers/firewire/
H A Dsbp2.c1501 sdev->allow_restart = 1;
/linux-master/include/scsi/
H A Dscsi_device.h219 unsigned allow_restart:1; /* issue START_UNIT in error handler */ member in struct:scsi_device

Completed in 390 milliseconds