Home
last modified time | relevance | path

Searched refs:IDEV_STOP_PENDING (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/isci/
H A Dremote_device.h83 #define IDEV_STOP_PENDING 1 macro
H A Dhost.h333 wait_event(ihost->eventq, !test_bit(IDEV_STOP_PENDING, &idev->flags)); in wait_for_device_stop()
H A Dremote_device.c1381 || test_bit(IDEV_STOP_PENDING, &idev->flags) in isci_remote_device_test_resume_done()
1543 clear_bit(IDEV_STOP_PENDING, &idev->flags); in isci_remote_device_release()
1571 set_bit(IDEV_STOP_PENDING, &idev->flags); in isci_remote_device_stop()