/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | nhi.c | 49 static bool host_reset = true; variable 50 module_param(host_reset, bool, 0444); 51 MODULE_PARM_DESC(host_reset, "reset USBv2 host router (default: true)"); 1234 if (!host_reset) { in nhi_reset()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_host.h | 326 int (*host_reset)(struct Scsi_Host *shost, int reset_type); member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_host.h | 362 int (*host_reset)(struct Scsi_Host *shost, int reset_type); member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_sysfs.c | 306 if (sht->host_reset) in store_host_reset() 307 ret = sht->host_reset(shost, type); in store_host_reset() 317 static DEVICE_ATTR(host_reset, S_IWUSR, NULL, store_host_reset);
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A 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);
|
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
H A D | ufshcd.h | 439 * @host_reset: tracks host reset events 465 struct ufs_err_reg_hist host_reset; member
|
H A D | ufshcd.c | 444 ufshcd_print_err_hist(hba, &hba->ufs_stats.host_reset, "host_reset"); in ufshcd_print_host_regs() 6839 ufshcd_update_reg_hist(&hba->ufs_stats.host_reset, (u32)err); in ufshcd_host_reset_and_restore()
|
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 395 * zfcp_scsi_sysfs_host_reset() - Support scsi_host sysfs attribute host_reset. 434 .host_reset = zfcp_scsi_sysfs_host_reset,
|
/kernel/linux/linux-6.6/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 395 * zfcp_scsi_sysfs_host_reset() - Support scsi_host sysfs attribute host_reset. 434 .host_reset = zfcp_scsi_sysfs_host_reset,
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_main.c | 1067 static int esas2r_host_bus_reset(struct scsi_cmnd *cmd, bool host_reset) in esas2r_host_bus_reset() argument 1075 if (host_reset) in esas2r_host_bus_reset() 1097 esas2r_log(ESAS2R_LOG_INFO, "host_reset (%p)", cmd); in esas2r_host_reset()
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_main.c | 1065 static int esas2r_host_bus_reset(struct scsi_cmnd *cmd, bool host_reset) in esas2r_host_bus_reset() argument 1073 if (host_reset) in esas2r_host_bus_reset() 1095 esas2r_log(ESAS2R_LOG_INFO, "host_reset (%p)", cmd); in esas2r_host_reset()
|
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/ |
H A D | ibmvscsi.c | 2094 .host_reset = ibmvscsi_host_reset,
|
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v1_hw.c | 1779 .host_reset = hisi_sas_host_reset,
|
H A D | hisi_sas_v3_hw.c | 3169 .host_reset = hisi_sas_host_reset,
|
H A D | hisi_sas_v2_hw.c | 3562 .host_reset = hisi_sas_host_reset,
|
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/ |
H A D | ibmvscsi.c | 2096 .host_reset = ibmvscsi_host_reset,
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v1_hw.c | 1761 .host_reset = hisi_sas_host_reset,
|
H A D | hisi_sas_v2_hw.c | 3588 .host_reset = hisi_sas_host_reset,
|
H A D | hisi_sas_v3_hw.c | 3345 .host_reset = hisi_sas_host_reset,
|
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 245 .host_reset = qla4xxx_host_reset,
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 246 .host_reset = qla4xxx_host_reset,
|