Searched refs:dcmd_opcode (Results 1 – 1 of 1) sorted by relevance
68 uint32_t dcmd_opcode; member529 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()[all …]