Searched refs:allow_restart (Results 1 – 14 of 14) sorted by relevance
257 sdev->allow_restart = 1; in device_configure()
219 unsigned allow_restart:1; /* issue START_UNIT in error handler */ member
662 if (scmd->device->allow_restart && in scsi_check_sense()1475 if (scmd->device->allow_restart) { in scsi_eh_try_stu()
327 return sprintf(buf, "%u\n", sdkp->device->allow_restart); in allow_restart_show()347 sdp->allow_restart = v; in allow_restart_store()351 static DEVICE_ATTR_RW(allow_restart);
917 sdev->allow_restart = 1; in scsi_add_lun()
233 scsi_dev->allow_restart = 1; in pmcraid_device_configure()235 scsi_dev->allow_restart = 1; in pmcraid_device_configure()
5913 sdp->allow_restart = 1; in scsi_debug_slave_configure()6645 module_param_named(allow_restart, sdebug_allow_restart, bool, S_IRUGO | S_IWUSR);6724 MODULE_PARM_DESC(allow_restart, "Set scsi_device's allow_restart flag(def=0)");
7054 res->sdev->allow_restart = 1; in ipr_init_res_table()
829 scsi_dev->allow_restart = 1; in sas_device_configure()
1501 sdev->allow_restart = 1; in sbp2_scsi_slave_alloc()
1877 sdev->allow_restart = 1; in ibmvscsi_slave_configure()
3460 sdev->allow_restart = 1; in ibmvfc_slave_configure()
5202 sdev->allow_restart = 1; in ufshcd_slave_alloc()
6534 sdev->allow_restart = 1; in pqi_slave_alloc()
Completed in 105 milliseconds