Searched refs:IREQ_COMPLETE_IN_TARGET (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/isci/ |
D | request.c | 2509 set_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_set_open_reject_status() 2569 set_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_handle_controller_specific_errors() 2579 clear_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_handle_controller_specific_errors() 2607 set_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_handle_controller_specific_errors() 2710 set_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_handle_controller_specific_errors() 2712 clear_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_handle_controller_specific_errors() 2784 set_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_io_request_complete() 2794 set_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_io_request_complete() 2829 set_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_io_request_complete() 2865 clear_bit(IREQ_COMPLETE_IN_TARGET, &request->flags); in isci_request_io_request_complete() [all …]
|
D | task.c | 504 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() 707 set_bit(IREQ_COMPLETE_IN_TARGET, &ireq->flags); in isci_task_request_complete()
|
D | request.h | 83 #define IREQ_COMPLETE_IN_TARGET 0 macro
|
D | host.c | 1084 if (test_bit(IREQ_COMPLETE_IN_TARGET, &ireq->flags)) { in ireq_done()
|