Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/isci/
Drequest.c2499 set_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_set_open_reject_status()
2561 set_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_handle_controller_specific_errors()
2571 clear_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_handle_controller_specific_errors()
2599 set_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_handle_controller_specific_errors()
2702 set_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_handle_controller_specific_errors()
2704 clear_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_handle_controller_specific_errors()
2776 set_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_io_request_complete()
2786 set_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_io_request_complete()
2821 set_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_io_request_complete()
2857 clear_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_io_request_complete()
[all …]
Dtask.c504 target_done_already = test_bit(IREQ_COMPLETE_IN_TARGET, in isci_task_abort_task()
579 test_bit(IREQ_COMPLETE_IN_TARGET, in isci_task_abort_task()
706 set_bit(IREQ_COMPLETE_IN_TARGET, &ireq->flags); in isci_task_request_complete()
Drequest.h83 #define IREQ_COMPLETE_IN_TARGET 0 macro
Dhost.c1082 if (test_bit(IREQ_COMPLETE_IN_TARGET, &ireq->flags)) { in ireq_done()