Home
last modified time | relevance | path

Searched refs:host_reset (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/thunderbolt/
H A Dnhi.c49 static bool host_reset = true; variable
50 module_param(host_reset, bool, 0444);
51 MODULE_PARM_DESC(host_reset, "reset USB4 host router (default: true)");
1234 if (!host_reset) { in nhi_reset()
1394 res = tb_domain_add(tb, host_reset); in nhi_probe()
/linux-6.15/include/scsi/
H A Dscsi_host.h365 int (*host_reset)(struct Scsi_Host *shost, int reset_type); member
/linux-6.15/drivers/scsi/
H A Dscsi_sysfs.c307 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.15/drivers/scsi/esas2r/
H A Desas2r_main.c1065 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()
/linux-6.15/drivers/s390/scsi/
H A Dzfcp_scsi.c435 .host_reset = zfcp_scsi_sysfs_host_reset,
/linux-6.15/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c1762 .host_reset = hisi_sas_host_reset,
H A Dhisi_sas_v2_hw.c3598 .host_reset = hisi_sas_host_reset,
H A Dhisi_sas_v3_hw.c3357 .host_reset = hisi_sas_host_reset,
/linux-6.15/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c2098 .host_reset = ibmvscsi_host_reset,
/linux-6.15/drivers/scsi/qla4xxx/
H A Dql4_os.c246 .host_reset = qla4xxx_host_reset,