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()1618 cmd->dcmd_opcode = le32_to_cpu(cmd->frame->dcmd.opcode); in megasas_handle_dcmd()1619 trace_megasas_handle_dcmd(cmd->index, cmd->dcmd_opcode); in megasas_handle_dcmd()1623 while (cmdptr->opcode != -1 && cmdptr->opcode != cmd->dcmd_opcode) { in megasas_handle_dcmd()1628 trace_megasas_dcmd_unhandled(cmd->index, cmd->dcmd_opcode, len); in megasas_handle_dcmd()1646 trace_megasas_dcmd_internal_finish(cmd->index, cmd->dcmd_opcode, lun); in megasas_finish_internal_dcmd()1648 switch (cmd->dcmd_opcode) { in megasas_finish_internal_dcmd()1656 trace_megasas_dcmd_internal_invalid(cmd->index, cmd->dcmd_opcode); in megasas_finish_internal_dcmd()[all …]