Searched refs:ICE_LO_DWORD (Results 1 – 2 of 2) sorted by relevance
174 CPU_TO_LE32(ICE_LO_DWORD(bi->pa)); in ice_alloc_rq_bufs()241 wr32(hw, ring->bal, ICE_LO_DWORD(ring->desc_buf.pa)); in ice_cfg_cq_regs()245 if (rd32(hw, ring->bal) != ICE_LO_DWORD(ring->desc_buf.pa)) in ice_cfg_cq_regs()974 CPU_TO_LE32(ICE_LO_DWORD(dma_buf->pa)); in ice_sq_send_cmd_nolock()1176 desc->params.generic.addr_low = CPU_TO_LE32(ICE_LO_DWORD(bi->pa)); in ice_clean_rq_elem()
111 #define ICE_LO_DWORD(x) ((u32)((x) & 0xFFFFFFFF)) macro