Symbol: dmae_cmd
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
281
struct dmae_cmd* command,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
318
struct dmae_cmd* command,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
393
struct dmae_cmd* command)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
402
lm_dmae_command_set_block(pdev, command, source, dest, sizeof(struct dmae_cmd) / sizeof(u32_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
466
struct dmae_cmd* last_sge = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
774
IN const struct dmae_cmd* command )
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
312
struct dmae_cmd main_cmd;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
326
struct dmae_cmd executer_cmd[DMAE_SGL_MAX_COMMANDS]; //these must be consecutive, so they can't be a part of the blocks[] array.
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
515
struct dmae_cmd *p_dmae_cmd;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
628
struct dmae_cmd *p_command = p_hwfn->dmae_info.p_dmae_cmd;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
688
struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
701
sizeof(struct dmae_cmd));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
744
p_phys, sizeof(struct dmae_cmd));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
811
struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
896
struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd;