Home
last modified time | relevance | path

Searched refs:intermediate_buffer_phys_addr (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/qede/base/
H A Decore_hw.c642 p_addr = &p_hwfn->dmae_info.intermediate_buffer_phys_addr; in ecore_dmae_info_alloc()
685 p_phys = p_hwfn->dmae_info.intermediate_buffer_phys_addr; in ecore_dmae_info_free()
749 dma_addr_t phys = p_hwfn->dmae_info.intermediate_buffer_phys_addr; in ecore_dmae_execute_sub_operation()
812 (unsigned long)p_hwfn->dmae_info.intermediate_buffer_phys_addr); in ecore_dmae_execute_sub_operation()
H A Decore.h453 dma_addr_t intermediate_buffer_phys_addr; member