Lines Matching refs:comp_func
631 if (cmd->comp_data && cmd->comp_func) { in mtip_handle_tfe()
632 cmd->comp_func(port, MTIP_TAG_INTERNAL, in mtip_handle_tfe()
661 if (likely(cmd->comp_func)) { in mtip_handle_tfe()
664 cmd->comp_func(port, tag, cmd, 0); in mtip_handle_tfe()
743 if (cmd->comp_func) { in mtip_handle_tfe()
744 cmd->comp_func(port, tag, in mtip_handle_tfe()
769 if (cmd->comp_func) in mtip_handle_tfe()
770 cmd->comp_func(port, tag, cmd, PORT_IRQ_TF_ERR); in mtip_handle_tfe()
812 if (likely(command->comp_func)) in mtip_workq_sdbfx()
813 command->comp_func(port, tag, command, 0); in mtip_workq_sdbfx()
844 if (cmd->comp_func) { in mtip_process_legacy()
845 cmd->comp_func(port, MTIP_TAG_INTERNAL, cmd, 0); in mtip_process_legacy()
1139 int_cmd->comp_func = mtip_completion; in mtip_exec_internal_command()
1144 int_cmd->comp_func = mtip_null_completion; in mtip_exec_internal_command()
2439 command->comp_func = mtip_async_complete; in mtip_hw_submit_io()