Searched refs:host_reset (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_sysfs.c | 273 if (sht->host_reset) store_host_reset() 274 ret = sht->host_reset(shost, type); store_host_reset() 282 static DEVICE_ATTR(host_reset, S_IWUSR, NULL, store_host_reset);
|
/linux-4.1.27/drivers/scsi/esas2r/ |
H A D | esas2r_main.c | 1126 static int esas2r_host_bus_reset(struct scsi_cmnd *cmd, bool host_reset) esas2r_host_bus_reset() argument 1134 if (host_reset) esas2r_host_bus_reset() 1156 esas2r_log(ESAS2R_LOG_INFO, "host_reset (%p)", cmd); esas2r_host_reset()
|
/linux-4.1.27/include/scsi/ |
H A D | scsi_host.h | 330 int (*host_reset)(struct Scsi_Host *shost, int reset_type); member in struct:scsi_host_template
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 6008 * host_reset, bring up w/ Target Mode Enabled
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 213 .host_reset = qla4xxx_host_reset,
|
Completed in 384 milliseconds