Home
last modified time | relevance | path

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

/linux-6.15/include/scsi/
H A Dscsi_device.h285 enum scsi_device_state sdev_state; member
592 return (sdev->sdev_state != SDEV_OFFLINE && in scsi_device_online()
593 sdev->sdev_state != SDEV_TRANSPORT_OFFLINE && in scsi_device_online()
594 sdev->sdev_state != SDEV_DEL); in scsi_device_online()
598 return sdev->sdev_state == SDEV_BLOCK || in scsi_device_blocked()
599 sdev->sdev_state == SDEV_CREATED_BLOCK; in scsi_device_blocked()
603 return sdev->sdev_state == SDEV_CREATED || in scsi_device_created()
604 sdev->sdev_state == SDEV_CREATED_BLOCK; in scsi_device_created()
/linux-6.15/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.c789 if (sdev->sdev_state == SDEV_DEL || sdev->sdev_state == SDEV_CANCEL) in scsi_device_get()
919 if (sdev->sdev_state == SDEV_DEL) in __scsi_device_lookup_by_target()
977 if (sdev->sdev_state == SDEV_DEL) in __scsi_device_lookup()
H A Dscsi_sysfs.c821 switch (sdev->sdev_state) { in store_state_field()
829 if (sdev->sdev_state == SDEV_RUNNING && state == SDEV_RUNNING) { in store_state_field()
858 const char *name = scsi_device_state_name(sdev->sdev_state); in show_state_field()
1130 if (sdev->sdev_state == SDEV_CANCEL || in sdev_store_dh_state()
1131 sdev->sdev_state == SDEV_DEL) in sdev_store_dh_state()
1470 if (sdev->sdev_state == SDEV_DEL) in __scsi_remove_device()
1562 if (sdev->sdev_state == SDEV_DEL || in __scsi_remove_target()
1563 sdev->sdev_state == SDEV_CANCEL || in __scsi_remove_target()
H A Dscsi_lib.c1309 switch (sdev->sdev_state) { in scsi_device_state_check()
1577 if (unlikely(cmd->device->sdev_state == SDEV_DEL)) { in scsi_dispatch_cmd()
1825 if (unlikely(sdev->sdev_state != SDEV_RUNNING)) { in scsi_queue_rq()
2440 enum scsi_device_state oldstate = sdev->sdev_state; in scsi_device_set_state()
2543 sdev->sdev_state = state; in scsi_device_set_state()
2801 if (sdev->sdev_state == SDEV_QUIESCE) in scsi_device_resume()
2914 state = sdev->sdev_state; in scsi_device_block()
2959 switch (sdev->sdev_state) { in scsi_internal_device_unblock_nowait()
2962 sdev->sdev_state = new_state; in scsi_internal_device_unblock_nowait()
2967 sdev->sdev_state = new_state; in scsi_internal_device_unblock_nowait()
[all …]
H A Dscsi_scan.c304 sdev->sdev_state = SDEV_CREATED; in scsi_alloc_sdev()
1039 scsi_device_state_name(sdev->sdev_state)); in scsi_add_lun()
1683 if (sdev->sdev_state != SDEV_RUNNING || in scsi_resume_device()
1717 if (sdev->sdev_state != SDEV_RUNNING || in scsi_rescan_device()
1908 if (sdev->sdev_state == SDEV_DEL) in scsi_sysfs_add_devices()
2085 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.c1184 while (sdev->sdev_state == SDEV_BLOCK && timeleft > 0) { in scsi_send_eh_cmnd()
1187 "%s: state %d <> %d\n", __func__, sdev->sdev_state, in scsi_send_eh_cmnd()
1194 if (sdev->sdev_state != SDEV_BLOCK) in scsi_send_eh_cmnd()
/linux-6.15/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()
/linux-6.15/drivers/scsi/aacraid/
H A Daachba.c833 scsidev->sdev_state = 0; in aac_probe_container()