Home
last modified time | relevance | path

Searched refs:p_dmae_cmd (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hw.c546 p_hwfn->dmae_info.p_dmae_cmd->opcode = OSAL_CPU_TO_LE32(opcode); in ecore_dmae_opcode()
547 p_hwfn->dmae_info.p_dmae_cmd->opcode_b = OSAL_CPU_TO_LE16(opcode_b); in ecore_dmae_opcode()
561 struct dmae_cmd *p_command = p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_post_command()
622 struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_info_alloc()
676 if (p_hwfn->dmae_info.p_dmae_cmd != OSAL_NULL) { in ecore_dmae_info_free()
679 p_hwfn->dmae_info.p_dmae_cmd, in ecore_dmae_info_free()
681 p_hwfn->dmae_info.p_dmae_cmd = OSAL_NULL; in ecore_dmae_info_free()
750 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_execute_sub_operation()
836 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_execute_command()
H A Decore.h462 struct dmae_cmd *p_dmae_cmd; member