Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H A Dscsi_device.h281 enum scsi_device_state sdev_state; member
540 return (sdev->sdev_state != SDEV_OFFLINE && in scsi_device_online()
541 sdev->sdev_state != SDEV_TRANSPORT_OFFLINE && in scsi_device_online()
542 sdev->sdev_state != SDEV_DEL); in scsi_device_online()
546 return sdev->sdev_state == SDEV_BLOCK || in scsi_device_blocked()
547 sdev->sdev_state == SDEV_CREATED_BLOCK; in scsi_device_blocked()
551 return sdev->sdev_state == SDEV_CREATED || in scsi_device_created()
552 sdev->sdev_state == SDEV_CREATED_BLOCK; in scsi_device_created()
/openbmc/linux/drivers/scsi/
H A Dscsi_dh.c266 if (sdev->sdev_state == SDEV_CANCEL || in scsi_dh_activate()
267 sdev->sdev_state == SDEV_DEL) in scsi_dh_activate()
271 if (sdev->sdev_state == SDEV_OFFLINE) in scsi_dh_activate()
H A Dscsi.c763 if (sdev->sdev_state == SDEV_DEL || sdev->sdev_state == SDEV_CANCEL) in scsi_device_get()
893 if (sdev->sdev_state == SDEV_DEL) in __scsi_device_lookup_by_target()
951 if (sdev->sdev_state == SDEV_DEL) in __scsi_device_lookup()
H A Dscsi_lib.c1204 switch (sdev->sdev_state) { in scsi_device_state_check()
1474 if (unlikely(cmd->device->sdev_state == SDEV_DEL)) { in scsi_dispatch_cmd()
1722 if (unlikely(sdev->sdev_state != SDEV_RUNNING)) { in scsi_queue_rq()
2330 enum scsi_device_state oldstate = sdev->sdev_state; in scsi_device_set_state()
2433 sdev->sdev_state = state; in scsi_device_set_state()
2690 if (sdev->sdev_state == SDEV_QUIESCE) in scsi_device_resume()
2803 state = sdev->sdev_state; in scsi_device_block()
2848 switch (sdev->sdev_state) { in scsi_internal_device_unblock_nowait()
2851 sdev->sdev_state = new_state; in scsi_internal_device_unblock_nowait()
2856 sdev->sdev_state = new_state; in scsi_internal_device_unblock_nowait()
[all …]
H A Dscsi_sysfs.c816 switch (sdev->sdev_state) { in store_state_field()
824 if (sdev->sdev_state == SDEV_RUNNING && state == SDEV_RUNNING) { in store_state_field()
853 const char *name = scsi_device_state_name(sdev->sdev_state); in show_state_field()
1124 if (sdev->sdev_state == SDEV_CANCEL || in sdev_store_dh_state()
1125 sdev->sdev_state == SDEV_DEL) in sdev_store_dh_state()
1460 if (sdev->sdev_state == SDEV_DEL) in __scsi_remove_device()
1552 if (sdev->sdev_state == SDEV_DEL || in __scsi_remove_target()
1553 sdev->sdev_state == SDEV_CANCEL || in __scsi_remove_target()
H A Dscsi_scan.c301 sdev->sdev_state = SDEV_CREATED; in scsi_alloc_sdev()
1034 scsi_device_state_name(sdev->sdev_state)); in scsi_add_lun()
1635 if (sdev->sdev_state != SDEV_RUNNING || in scsi_resume_device()
1669 if (sdev->sdev_state != SDEV_RUNNING || in scsi_rescan_device()
1860 if (sdev->sdev_state == SDEV_DEL) in scsi_sysfs_add_devices()
2035 if (sdev->sdev_state == SDEV_DEL) in scsi_forget_host()
H A Dscsi_transport_srp.c569 if (sdev->sdev_state == SDEV_OFFLINE) in srp_reconnect_rport()
570 sdev->sdev_state = SDEV_RUNNING; in srp_reconnect_rport()
H A Dscsi_error.c1164 while (sdev->sdev_state == SDEV_BLOCK && timeleft > 0) { in scsi_send_eh_cmnd()
1167 "%s: state %d <> %d\n", __func__, sdev->sdev_state, in scsi_send_eh_cmnd()
1174 if (sdev->sdev_state != SDEV_BLOCK) in scsi_send_eh_cmnd()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_sysfs.c278 if (sdev->sdev_state == SDEV_DEL || in zfcp_sysfs_port_in_use()
279 sdev->sdev_state == SDEV_CANCEL) in zfcp_sysfs_port_in_use()
H A Dzfcp_erp.c1438 if (sdev->sdev_state == SDEV_DEL || in zfcp_erp_try_rport_unblock()
1439 sdev->sdev_state == SDEV_CANCEL) in zfcp_erp_try_rport_unblock()
/openbmc/linux/drivers/scsi/aacraid/
H A Daachba.c833 scsidev->sdev_state = 0; in aac_probe_container()