Lines Matching refs:dcmd
712 iov_pa = megasas_sgl_get_addr(cmd, &cmd->frame->dcmd.sgl); in megasas_map_dcmd()
713 iov_size = megasas_sgl_get_len(cmd, &cmd->frame->dcmd.sgl); in megasas_map_dcmd()
726 cmd->frame->dcmd.sgl.sg_skinny->len = cpu_to_le32(iov_size); in megasas_finish_dcmd()
728 cmd->frame->dcmd.sgl.sg64->len = cpu_to_le32(iov_size); in megasas_finish_dcmd()
730 cmd->frame->dcmd.sgl.sg32->len = cpu_to_le32(iov_size); in megasas_finish_dcmd()
937 memcpy(&fw_time, cmd->frame->dcmd.mbox, sizeof(fw_time)); in megasas_dcmd_set_fw_time()
971 s->event_count = cpu_to_le32(cmd->frame->dcmd.mbox[0]); in megasas_event_wait()
972 event.word = cpu_to_le32(cmd->frame->dcmd.mbox[4]); in megasas_event_wait()
1037 flags = le16_to_cpu(cmd->frame->dcmd.mbox[0]); in megasas_dcmd_pd_list_query()
1145 pd_id = le16_to_cpu(cmd->frame->dcmd.mbox[0]); in megasas_dcmd_pd_get_info()
1214 flags = le16_to_cpu(cmd->frame->dcmd.mbox[0]); in megasas_dcmd_ld_list_query()
1323 ld_id = le16_to_cpu(cmd->frame->dcmd.mbox[0]); in megasas_dcmd_ld_get_info()
1479 target_id = le16_to_cpu(cmd->frame->dcmd.mbox[0]); in megasas_cluster_reset_ld()
1618 cmd->dcmd_opcode = le32_to_cpu(cmd->frame->dcmd.opcode); in megasas_handle_dcmd()