Lines Matching refs:dcmd_opcode
68 uint32_t dcmd_opcode; member
529 cmd->dcmd_opcode = -1; in megasas_enqueue_frame()
627 if (cmd->dcmd_opcode != -1) { in megasas_abort_command()
1621 cmd->dcmd_opcode = le32_to_cpu(cmd->frame->dcmd.opcode); in megasas_handle_dcmd()
1622 trace_megasas_handle_dcmd(cmd->index, cmd->dcmd_opcode); in megasas_handle_dcmd()
1626 while (cmdptr->opcode != -1 && cmdptr->opcode != cmd->dcmd_opcode) { in megasas_handle_dcmd()
1631 trace_megasas_dcmd_unhandled(cmd->index, cmd->dcmd_opcode, len); in megasas_handle_dcmd()
1649 trace_megasas_dcmd_internal_finish(cmd->index, cmd->dcmd_opcode, lun); in megasas_finish_internal_dcmd()
1651 switch (cmd->dcmd_opcode) { in megasas_finish_internal_dcmd()
1659 trace_megasas_dcmd_internal_invalid(cmd->index, cmd->dcmd_opcode); in megasas_finish_internal_dcmd()
1841 if (cmd->dcmd_opcode != -1) { in megasas_get_sg_list()
1855 if (cmd->dcmd_opcode != -1) { in megasas_xfer_complete()
1861 if (cmd->dcmd_opcode == MFI_DCMD_PD_GET_INFO && cmd->iov_buf) { in megasas_xfer_complete()
1872 } else if (cmd->dcmd_opcode == MFI_DCMD_LD_GET_INFO) { in megasas_xfer_complete()
1893 if (cmd->dcmd_opcode != -1) { in megasas_command_complete()