Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_utils.h20 #define DMA_LO_LE(x) OSAL_CPU_TO_LE32(DMA_LO(x)) macro
27 (x).lo = DMA_LO_LE((val))
H A Decore_spq.c244 *p_spq_base_lo = DMA_LO_LE(p_spq->chain.p_phys_addr); in ecore_spq_hw_initialize()