Home
last modified time | relevance | path

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

/freebsd/sys/dev/irdma/
H A Dosdep.h184 #define wr32(a, reg, value) irdma_wr32((a)->dev_context, (reg), (value))
214 void irdma_wr32(struct irdma_dev_ctx *dev_ctx, u32 reg, u32 value);
H A Dfbsd_kcompat.c60 irdma_wr32(struct irdma_dev_ctx *dev_ctx, u32 reg, u32 value) in irdma_wr32() function