Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c612 p_hwfn->dmae_info.p_dmae_cmd->opcode = OSAL_CPU_TO_LE32(opcode); in ecore_dmae_opcode()
613 p_hwfn->dmae_info.p_dmae_cmd->opcode_b = OSAL_CPU_TO_LE16(opcode_b); in ecore_dmae_opcode()
628 struct dmae_cmd *p_command = p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_post_command()
688 struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_info_alloc()
740 if (p_hwfn->dmae_info.p_dmae_cmd != OSAL_NULL) { in ecore_dmae_info_free()
743 p_hwfn->dmae_info.p_dmae_cmd, in ecore_dmae_info_free()
745 p_hwfn->dmae_info.p_dmae_cmd = OSAL_NULL; in ecore_dmae_info_free()
811 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_execute_sub_operation()
896 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_execute_command()
H A Decore.h515 struct dmae_cmd *p_dmae_cmd; member