Searched refs:SDEV_DEL (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi.c | 530 if (sdev->sdev_state == SDEV_DEL || sdev->sdev_state == SDEV_CANCEL) in scsi_device_get() 648 * SDEV_DEL is skipped. 660 if (sdev->sdev_state == SDEV_DEL) in __scsi_device_lookup_by_target() 718 if (sdev->sdev_state == SDEV_DEL) in __scsi_device_lookup()
|
H A D | scsi_dh.c | 267 sdev->sdev_state == SDEV_DEL) in scsi_dh_activate()
|
H A D | scsi_sysfs.c | 38 { SDEV_DEL, "deleted" }, 781 * state into SDEV_DEL. in sdev_store_delete() 1123 sdev->sdev_state == SDEV_DEL) in sdev_store_dh_state() 1438 if (sdev->sdev_state == SDEV_DEL) in __scsi_remove_device() 1454 res = scsi_device_set_state(sdev, SDEV_DEL); in __scsi_remove_device() 1480 scsi_device_set_state(sdev, SDEV_DEL); in __scsi_remove_device() 1532 if (sdev->sdev_state == SDEV_DEL || in __scsi_remove_target()
|
H A D | scsi_scan.c | 1694 if (sdev->sdev_state == SDEV_DEL) in scsi_sysfs_add_devices() 1869 if (sdev->sdev_state == SDEV_DEL) in scsi_forget_host()
|
H A D | scsi_lib.c | 1223 case SDEV_DEL: in scsi_device_state_check() 1476 if (unlikely(cmd->device->sdev_state == SDEV_DEL)) { in scsi_dispatch_cmd() 1477 /* in SDEV_DEL we error all commands. DID_NO_CONNECT in scsi_dispatch_cmd() 2316 case SDEV_DEL: in scsi_device_set_state()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi.c | 749 if (sdev->sdev_state == SDEV_DEL || sdev->sdev_state == SDEV_CANCEL) in scsi_device_get() 867 * SDEV_DEL is skipped. 879 if (sdev->sdev_state == SDEV_DEL) in __scsi_device_lookup_by_target() 937 if (sdev->sdev_state == SDEV_DEL) in __scsi_device_lookup()
|
H A D | scsi_dh.c | 267 sdev->sdev_state == SDEV_DEL) in scsi_dh_activate()
|
H A D | scsi_sysfs.c | 39 { SDEV_DEL, "deleted" }, 779 * state into SDEV_DEL. in sdev_store_delete() 1125 sdev->sdev_state == SDEV_DEL) in sdev_store_dh_state() 1460 if (sdev->sdev_state == SDEV_DEL) in __scsi_remove_device() 1476 res = scsi_device_set_state(sdev, SDEV_DEL); in __scsi_remove_device() 1499 scsi_device_set_state(sdev, SDEV_DEL); in __scsi_remove_device() 1552 if (sdev->sdev_state == SDEV_DEL || in __scsi_remove_target()
|
H A D | scsi_scan.c | 1826 if (sdev->sdev_state == SDEV_DEL) in scsi_sysfs_add_devices() 2001 if (sdev->sdev_state == SDEV_DEL) in scsi_forget_host()
|
H A D | scsi_lib.c | 1215 case SDEV_DEL: in scsi_device_state_check() 1469 if (unlikely(cmd->device->sdev_state == SDEV_DEL)) { in scsi_dispatch_cmd() 1470 /* in SDEV_DEL we error all commands. DID_NO_CONNECT in scsi_dispatch_cmd() 2411 case SDEV_DEL: in scsi_device_set_state()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_device.h | 43 SDEV_DEL, /* device deleted enumerator 503 sdev->sdev_state != SDEV_DEL); in scsi_device_online()
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_device.h | 45 SDEV_DEL, /* device deleted enumerator 543 sdev->sdev_state != SDEV_DEL); in scsi_device_online()
|
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
H A D | zfcp_sysfs.c | 278 if (sdev->sdev_state == SDEV_DEL || in zfcp_sysfs_port_in_use()
|
H A D | zfcp_erp.c | 511 * device is in the state SDEV_DEL when scsi_device_get will fail. 1438 if (sdev->sdev_state == SDEV_DEL || in zfcp_erp_try_rport_unblock()
|
/kernel/linux/linux-6.6/drivers/s390/scsi/ |
H A D | zfcp_sysfs.c | 278 if (sdev->sdev_state == SDEV_DEL || in zfcp_sysfs_port_in_use()
|
H A D | zfcp_erp.c | 511 * device is in the state SDEV_DEL when scsi_device_get will fail. 1438 if (sdev->sdev_state == SDEV_DEL || in zfcp_erp_try_rport_unblock()
|
Completed in 31 milliseconds