Searched refs:dcmd (Results 1 – 4 of 4) sorted by relevance
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()1039 flags = le16_to_cpu(cmd->frame->dcmd.mbox[0]); in megasas_dcmd_pd_list_query()1147 pd_id = le16_to_cpu(cmd->frame->dcmd.mbox[0]); in megasas_dcmd_pd_get_info()[all …]
250 uint8_t dcmd; member364 s->dcmd = 0x40; in lsi_soft_reset()1198 s->dcmd = insn >> 24; in lsi_execute_script()1746 ret = s->dcmd; in lsi_reg_readb()2250 VMSTATE_UINT8(dcmd, LSIState),
557 struct mfi_dcmd_frame dcmd; member
94 megasas_dcmd_enter(int cmd, const char *dcmd, int len) "scmd %d: DCMD %s len %d"