Searched refs:SHOST_RUNNING (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hosts.c | 88 case SHOST_RUNNING: in scsi_host_set_state() 100 case SHOST_RUNNING: in scsi_host_set_state() 110 case SHOST_RUNNING: in scsi_host_set_state() 257 scsi_host_set_state(shost, SHOST_RUNNING); in scsi_add_host_with_dma() 305 * Host state is SHOST_RUNNING so we have to explicitly release in scsi_add_host_with_dma()
|
H A D | scsi_error.c | 2044 if (scsi_host_set_state(shost, SHOST_RUNNING)) in scsi_restart_operations()
|
H A D | scsi_sysfs.c | 65 { SHOST_RUNNING, "running" },
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hosts.c | 89 case SHOST_RUNNING: in scsi_host_set_state() 101 case SHOST_RUNNING: in scsi_host_set_state() 111 case SHOST_RUNNING: in scsi_host_set_state() 275 scsi_host_set_state(shost, SHOST_RUNNING); in scsi_add_host_with_dma() 323 * Host state is SHOST_RUNNING so we have to explicitly release in scsi_add_host_with_dma()
|
H A D | scsi_sysfs.c | 66 { SHOST_RUNNING, "running" },
|
H A D | scsi_error.c | 2141 if (scsi_host_set_state(shost, SHOST_RUNNING)) in scsi_restart_operations()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_host.h | 516 SHOST_RUNNING, enumerator 770 return shost->shost_state == SHOST_RUNNING || in scsi_host_scan_allowed()
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_host.h | 527 SHOST_RUNNING, enumerator 794 return shost->shost_state == SHOST_RUNNING || in scsi_host_scan_allowed()
|
Completed in 15 milliseconds