Home
last modified time | relevance | path

Searched refs:scsi_host_busy (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/drivers/scsi/
Dhosts.c577 int scsi_host_busy(struct Scsi_Host *shost) in scsi_host_busy() function
585 EXPORT_SYMBOL(scsi_host_busy);
Dscsi_error.c70 if (scsi_host_busy(shost) == shost->host_failed) { in scsi_eh_wakeup()
2207 shost->host_failed != scsi_host_busy(shost)) { in scsi_error_handler()
2222 scsi_host_busy(shost))); in scsi_error_handler()
Dscsi.c152 scsi_host_busy(cmd->device->host), in scsi_log_completion()
Dqlogicpti.c973 host->can_queue = scsi_host_busy(host) + num_free; in update_can_queue()
Dscsi_sysfs.c385 return snprintf(buf, 20, "%d\n", scsi_host_busy(shost)); in show_host_busy()
Dscsi_lib.c1351 if (scsi_host_busy(shost) > 0) in scsi_host_queue_ready()
Dadvansys.c2416 scsi_host_busy(s), s->host_no); in asc_prt_scsi_host()
3182 scsi_host_busy(shost), shost->max_id, in asc_prt_driver_conf()
/Linux-v5.10/include/scsi/
Dscsi_host.h746 extern int scsi_host_busy(struct Scsi_Host *shost);
/Linux-v5.10/drivers/scsi/libsas/
Dsas_scsi_host.c738 __func__, scsi_host_busy(shost), shost->host_failed); in sas_scsi_recover_host()
780 __func__, scsi_host_busy(shost), in sas_scsi_recover_host()
/Linux-v5.10/drivers/scsi/mpt3sas/
Dmpt3sas_base.c3705 ioc->pending_io_count = scsi_host_busy(ioc->shost); in _base_recovery_check()
7616 ioc->pending_io_count = scsi_host_busy(ioc->shost); in mpt3sas_wait_for_commands_to_complete()
/Linux-v5.10/drivers/scsi/megaraid/
Dmegaraid_sas_base.c3018 scsi_host_busy(scmd->device->host), in megasas_reset_bus_host()