Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_utils.h45 #define DMA_HI_LE(x) OSAL_CPU_TO_LE32(DMA_HI(x)) macro
50 #define DMA_REGPAIR_LE(x, val) (x).hi = DMA_HI_LE((val)); \
Decore_spq.c313 DMA_HI_LE(p_spq->chain.p_phys_addr); in ecore_spq_hw_initialize()