IDEV_GONE         264 drivers/scsi/isci/port.c 				set_bit(IDEV_GONE, &isci_device->flags);
IDEV_GONE        1543 drivers/scsi/isci/remote_device.c 	clear_bit(IDEV_GONE, &idev->flags);
IDEV_GONE        1567 drivers/scsi/isci/remote_device.c 	set_bit(IDEV_GONE, &idev->flags);
IDEV_GONE         124 drivers/scsi/isci/remote_device.h 	if (idev && !test_bit(IDEV_GONE, &idev->flags)) {
IDEV_GONE         177 drivers/scsi/isci/task.c 				if (test_bit(IDEV_GONE, &idev->flags)) {
IDEV_GONE         443 drivers/scsi/isci/task.c 	if (!test_bit(IDEV_GONE, &idev->flags)) {
IDEV_GONE         517 drivers/scsi/isci/task.c 		 ((idev) ? ((test_bit(IDEV_GONE, &idev->flags))
IDEV_GONE         561 drivers/scsi/isci/task.c 	    test_bit(IDEV_GONE, &idev->flags)) {
IDEV_GONE         581 drivers/scsi/isci/task.c 			 test_bit(IDEV_GONE, &idev->flags));
IDEV_GONE         763 drivers/scsi/isci/task.c 	if (!test_bit(IDEV_GONE, &idev->flags)) {