dmae_cmd
struct dmae_cmd* command,
struct dmae_cmd* command,
struct dmae_cmd* command)
lm_dmae_command_set_block(pdev, command, source, dest, sizeof(struct dmae_cmd) / sizeof(u32_t));
struct dmae_cmd* last_sge = NULL;
IN const struct dmae_cmd* command )
struct dmae_cmd main_cmd;
struct dmae_cmd executer_cmd[DMAE_SGL_MAX_COMMANDS]; //these must be consecutive, so they can't be a part of the blocks[] array.
struct dmae_cmd *p_dmae_cmd;
struct dmae_cmd *p_command = p_hwfn->dmae_info.p_dmae_cmd;
struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd;
sizeof(struct dmae_cmd));
p_phys, sizeof(struct dmae_cmd));
struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd;
struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd;