Home
last modified time | relevance | path

Searched refs:IDEV_ABORT_PATH_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/isci/
H A Dremote_node_context.c668 test_bit(IDEV_ABORT_PATH_ACTIVE, &idev->flags) in sci_remote_node_context_resume()
678 if (!test_bit(IDEV_ABORT_PATH_ACTIVE, &idev->flags)) { in sci_remote_node_context_resume()
720 if (!test_bit(IDEV_ABORT_PATH_ACTIVE, &idev->flags)) { in sci_remote_node_context_resume()
H A Dremote_device.h89 #define IDEV_ABORT_PATH_ACTIVE 7 macro