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.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()
629 u8 idx_cmd = p_hwfn->dmae_info.channel, i; in ecore_dmae_post_command()
687 dma_addr_t *p_addr = &p_hwfn->dmae_info.completion_word_phys_addr; in ecore_dmae_info_alloc()
688 struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_info_alloc()
689 u32 **p_buff = &p_hwfn->dmae_info.p_intermediate_buffer; in ecore_dmae_info_alloc()
690 u32 **p_comp = &p_hwfn->dmae_info.p_completion_word; in ecore_dmae_info_alloc()
699 p_addr = &p_hwfn->dmae_info.dmae_cmd_phys_addr; in ecore_dmae_info_alloc()
708 p_addr = &p_hwfn->dmae_info.intermediate_buffer_phys_addr; in ecore_dmae_info_alloc()
[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