Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_utils.h49 #define DMA_LO_LE(x) OSAL_CPU_TO_LE32(DMA_LO(x)) macro
56 (x).lo = DMA_LO_LE((val))
H A Decore_spq.c297 DMA_LO_LE(p_spq->chain.p_phys_addr); in ecore_spq_hw_initialize()