Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hw.c634 p_hwfn->dmae_info.p_dmae_cmd->opcode = OSAL_CPU_TO_LE32(opcode); in ecore_dmae_opcode()
635 p_hwfn->dmae_info.p_dmae_cmd->opcode_b = OSAL_CPU_TO_LE16(opcode_b); in ecore_dmae_opcode()
650 struct dmae_cmd *p_command = p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_post_command()
651 u8 idx_cmd = p_hwfn->dmae_info.channel, i; in ecore_dmae_post_command()
709 dma_addr_t *p_addr = &p_hwfn->dmae_info.completion_word_phys_addr; in ecore_dmae_info_alloc()
710 struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_info_alloc()
711 u32 **p_buff = &p_hwfn->dmae_info.p_intermediate_buffer; in ecore_dmae_info_alloc()
712 u32 **p_comp = &p_hwfn->dmae_info.p_completion_word; in ecore_dmae_info_alloc()
721 p_addr = &p_hwfn->dmae_info.dmae_cmd_phys_addr; in ecore_dmae_info_alloc()
730 p_addr = &p_hwfn->dmae_info.intermediate_buffer_phys_addr; in ecore_dmae_info_alloc()
[all …]
H A Decore.h739 struct ecore_dmae_info dmae_info; member
H A Decore_dev.c1700 if (OSAL_SPIN_LOCK_ALLOC(p_hwfn, &p_hwfn->dmae_info.lock)) in ecore_init_struct()
1703 OSAL_SPIN_LOCK_INIT(&p_hwfn->dmae_info.lock); in ecore_init_struct()
1721 OSAL_SPIN_LOCK_DEALLOC(&p_hwfn->dmae_info.lock); in ecore_init_struct()
6076 OSAL_SPIN_LOCK_DEALLOC(&p_hwfn->dmae_info.lock); in ecore_hw_remove()