Searched refs:IDEV_GONE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/scsi/isci/ |
H A D | task.c | 175 if (test_bit(IDEV_GONE, &idev->flags)) { in isci_task_execute_task() 441 if (!test_bit(IDEV_GONE, &idev->flags)) { in isci_task_lu_reset() 514 ((idev) ? ((test_bit(IDEV_GONE, &idev->flags)) in isci_task_abort_task() 557 test_bit(IDEV_GONE, &idev->flags)) { in isci_task_abort_task() 577 test_bit(IDEV_GONE, &idev->flags)); in isci_task_abort_task() 739 if (!test_bit(IDEV_GONE, &idev->flags)) { in isci_reset_device()
|
H A D | remote_device.h | 85 #define IDEV_GONE 3 macro 124 if (idev && !test_bit(IDEV_GONE, &idev->flags)) { in isci_lookup_device()
|
H A D | remote_device.c | 1545 clear_bit(IDEV_GONE, &idev->flags); in isci_remote_device_release() 1569 set_bit(IDEV_GONE, &idev->flags); in isci_remote_device_stop()
|
H A D | port.c | 265 set_bit(IDEV_GONE, &isci_device->flags); in isci_port_link_down()
|