Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c629 u8 idx_cmd = p_hwfn->dmae_info.channel, i; in ecore_dmae_post_command()
730 OSAL_MUTEX_ACQUIRE(&p_hwfn->dmae_info.mutex); 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()
756 OSAL_MUTEX_RELEASE(&p_hwfn->dmae_info.mutex); in ecore_dmae_info_free()
784 *(p_hwfn->dmae_info.p_completion_word), in ecore_dmae_operation_wait()
797 *p_hwfn->dmae_info.p_completion_word = 0; in ecore_dmae_operation_wait()
984 OSAL_MUTEX_ACQUIRE(&p_hwfn->dmae_info.mutex); in ecore_dmae_host2grc()
992 OSAL_MUTEX_RELEASE(&p_hwfn->dmae_info.mutex); in ecore_dmae_host2grc()
1032 OSAL_MUTEX_ACQUIRE(&p_hwfn->dmae_info.mutex); in ecore_dmae_host2host()
[all …]
H A Decore.h650 struct ecore_dmae_info dmae_info; member
H A Decore_dev.c155 OSAL_MUTEX_ALLOC(p_hwfn, &p_hwfn->dmae_info.mutex); in ecore_init_struct()
156 OSAL_MUTEX_INIT(&p_hwfn->dmae_info.mutex); in ecore_init_struct()
4167 OSAL_MUTEX_DEALLOC(&p_hwfn->dmae_info.mutex); in ecore_hw_remove()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c1189 ASSERT_STATIC(LM_DMAE_MAX_TYPE == ARRSIZE(pdev->dmae_info.ctx_arr)); in lm_dmae_get()
1197 return &pdev->dmae_info.ctx_arr[type]; in lm_dmae_get()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3116 lm_dmae_info_t dmae_info; member