Searched refs:ICE_LO_DWORD (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_controlq.c194 CPU_TO_LE32(ICE_LO_DWORD(bi->pa));
261 wr32(hw, ring->bal, ICE_LO_DWORD(ring->desc_buf.pa));
265 if (rd32(hw, ring->bal) != ICE_LO_DWORD(ring->desc_buf.pa))
1029 CPU_TO_LE32(ICE_LO_DWORD(dma_buf->pa));
1235 desc->params.generic.addr_low = CPU_TO_LE32(ICE_LO_DWORD(bi->pa));
H A Dice_type.h101 #define ICE_LO_DWORD(x) ((u32)((x) & 0xFFFFFFFF)) macro

Completed in 131 milliseconds