Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dnhi.c39 static bool host_reset = true; variable
40 module_param(host_reset, bool, 0444);
41 MODULE_PARM_DESC(host_reset, "reset USB4 host router (default: true)");
1142 if (!host_reset) { in nhi_reset()
1238 res = tb_domain_add(tb, host_reset); in nhi_probe()
/linux/include/scsi/
H A Dscsi_host.h373 int (*host_reset)(struct Scsi_Host *shost, int reset_type); member
/linux/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/drivers/s390/scsi/
H A Dzfcp_scsi.c434 .host_reset = zfcp_scsi_sysfs_host_reset,
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c1762 .host_reset = hisi_sas_host_reset,
H A Dhisi_sas_v3_hw.c3417 .host_reset = hisi_sas_host_reset,
/linux/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c2100 .host_reset = ibmvscsi_host_reset,