Lines Matching refs:comp_func
584 command->comp_func = NULL; in mtip_completion()
627 if (cmd->comp_data && cmd->comp_func) { in mtip_handle_tfe()
628 cmd->comp_func(port, MTIP_TAG_INTERNAL, in mtip_handle_tfe()
657 if (likely(cmd->comp_func)) { in mtip_handle_tfe()
660 cmd->comp_func(port, tag, cmd, 0); in mtip_handle_tfe()
739 if (cmd->comp_func) { in mtip_handle_tfe()
740 cmd->comp_func(port, tag, in mtip_handle_tfe()
765 if (cmd->comp_func) in mtip_handle_tfe()
766 cmd->comp_func(port, tag, cmd, PORT_IRQ_TF_ERR); in mtip_handle_tfe()
803 if (likely(command->comp_func)) in mtip_workq_sdbfx()
804 command->comp_func(port, tag, command, 0); in mtip_workq_sdbfx()
835 if (cmd->comp_func) { in mtip_process_legacy()
836 cmd->comp_func(port, MTIP_TAG_INTERNAL, cmd, 0); in mtip_process_legacy()
1142 int_cmd->comp_func = mtip_completion; in mtip_exec_internal_command()
1147 int_cmd->comp_func = mtip_null_completion; in mtip_exec_internal_command()
2442 command->comp_func = mtip_async_complete; in mtip_hw_submit_io()
4133 if (cmd->comp_func) in mtip_no_dev_cleanup()
4134 cmd->comp_func(dd->port, MTIP_TAG_INTERNAL, in mtip_no_dev_cleanup()