Home
last modified time | relevance | path

Searched refs:IDEV_IO_NCQERROR (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/scsi/isci/
Dremote_device.h87 #define IDEV_IO_NCQERROR 5 macro
Dtask.c111 (test_bit(IDEV_IO_NCQERROR, &idev->flags) && in isci_device_io_ready()
280 !test_bit(IDEV_IO_NCQERROR, &idev->flags))) { in isci_task_execute_tmf()
Dremote_device.c95 clear_bit(IDEV_IO_NCQERROR, &idev->flags); in isci_remote_device_ready()
305 set_bit(IDEV_IO_NCQERROR, &idev->flags); in isci_remote_device_not_ready()
Drequest.c3466 if (test_bit(IDEV_IO_NCQERROR, &idev->flags)) { in isci_request_execute()