Searched refs:IDEV_IO_NCQERROR (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A D | remote_device.h | 87 #define IDEV_IO_NCQERROR 5 macro
|
H A D | task.c | 111 (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()
|
H A D | remote_device.c | 95 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()
|
H A D | request.c | 3466 if (test_bit(IDEV_IO_NCQERROR, &idev->flags)) { in isci_request_execute()
|
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | remote_device.h | 87 #define IDEV_IO_NCQERROR 5 macro
|
H A D | task.c | 110 (test_bit(IDEV_IO_NCQERROR, &idev->flags) && in isci_device_io_ready() 278 !test_bit(IDEV_IO_NCQERROR, &idev->flags))) { in isci_task_execute_tmf()
|
H A D | remote_device.c | 95 clear_bit(IDEV_IO_NCQERROR, &idev->flags); in isci_remote_device_ready() 306 set_bit(IDEV_IO_NCQERROR, &idev->flags); in isci_remote_device_not_ready()
|
H A D | request.c | 3454 if (test_bit(IDEV_IO_NCQERROR, &idev->flags)) { in isci_request_execute()
|
Completed in 15 milliseconds