Searched refs:host_reset (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/include/scsi/ |
D | scsi_host.h | 350 int (*host_reset)(struct Scsi_Host *shost, int reset_type); member
|
/linux-6.1.9/drivers/scsi/ |
D | scsi_sysfs.c | 307 if (sht->host_reset) in store_host_reset() 308 ret = sht->host_reset(shost, type); in store_host_reset() 318 static DEVICE_ATTR(host_reset, S_IWUSR, NULL, store_host_reset);
|
/linux-6.1.9/drivers/scsi/esas2r/ |
D | esas2r_main.c | 1062 static int esas2r_host_bus_reset(struct scsi_cmnd *cmd, bool host_reset) in esas2r_host_bus_reset() argument 1070 if (host_reset) in esas2r_host_bus_reset()
|
/linux-6.1.9/drivers/s390/scsi/ |
D | zfcp_scsi.c | 434 .host_reset = zfcp_scsi_sysfs_host_reset,
|
/linux-6.1.9/drivers/scsi/hisi_sas/ |
D | hisi_sas_v1_hw.c | 1762 .host_reset = hisi_sas_host_reset,
|
D | hisi_sas_v2_hw.c | 3578 .host_reset = hisi_sas_host_reset,
|
D | hisi_sas_v3_hw.c | 3199 .host_reset = hisi_sas_host_reset,
|
/linux-6.1.9/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 2096 .host_reset = ibmvscsi_host_reset,
|
/linux-6.1.9/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 246 .host_reset = qla4xxx_host_reset,
|