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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_hw.c636 p_hwfn->dmae_info.p_dmae_cmd->opcode = OSAL_CPU_TO_LE32(opcode);
637 p_hwfn->dmae_info.p_dmae_cmd->opcode_b = OSAL_CPU_TO_LE16(opcode_b);
652 struct dmae_cmd *p_command = p_hwfn->dmae_info.p_dmae_cmd;
653 u8 idx_cmd = p_hwfn->dmae_info.channel, i;
711 dma_addr_t *p_addr = &p_hwfn->dmae_info.completion_word_phys_addr;
712 struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd;
713 u32 **p_buff = &p_hwfn->dmae_info.p_intermediate_buffer;
714 u32 **p_comp = &p_hwfn->dmae_info.p_completion_word;
723 p_addr = &p_hwfn->dmae_info.dmae_cmd_phys_addr;
732 p_addr = &p_hwfn->dmae_info
[all...]
H A Decore.h740 struct ecore_dmae_info dmae_info; member in struct:ecore_hwfn
H A Decore_dev.c1702 if (OSAL_SPIN_LOCK_ALLOC(p_hwfn, &p_hwfn->dmae_info.lock))
1705 OSAL_SPIN_LOCK_INIT(&p_hwfn->dmae_info.lock);
1723 OSAL_SPIN_LOCK_DEALLOC(&p_hwfn->dmae_info.lock);
2614 "Failed to allocate memory for dmae_info structure\n");
6078 OSAL_SPIN_LOCK_DEALLOC(&p_hwfn->dmae_info.lock);

Completed in 107 milliseconds