Home
last modified time | relevance | path

Searched refs:dmae_info (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hw.c562 u8 idx_cmd = p_hwfn->dmae_info.channel, i; in ecore_dmae_post_command()
652 p_hwfn->dmae_info.b_mem_ready = true; in ecore_dmae_info_alloc()
664 OSAL_SPIN_LOCK(&p_hwfn->dmae_info.lock); in ecore_dmae_info_free()
665 p_hwfn->dmae_info.b_mem_ready = false; in ecore_dmae_info_free()
666 OSAL_SPIN_UNLOCK(&p_hwfn->dmae_info.lock); 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()
842 if (!p_hwfn->dmae_info.b_mem_ready) { in ecore_dmae_execute_command()
941 OSAL_SPIN_LOCK(&p_hwfn->dmae_info.lock); in ecore_dmae_host2grc()
964 OSAL_SPIN_LOCK(&p_hwfn->dmae_info.lock); in ecore_dmae_grc2host()
[all …]
H A Decore.h669 struct ecore_dmae_info dmae_info; member
H A Decore_dev.c1586 if (OSAL_SPIN_LOCK_ALLOC(p_hwfn, &p_hwfn->dmae_info.lock)) in ecore_init_struct()
1589 OSAL_SPIN_LOCK_INIT(&p_hwfn->dmae_info.lock); in ecore_init_struct()
1604 OSAL_SPIN_LOCK_DEALLOC(&p_hwfn->dmae_info.lock); in ecore_init_struct()
5871 OSAL_SPIN_LOCK_DEALLOC(&p_hwfn->dmae_info.lock); in ecore_hw_remove()