Home
last modified time | relevance | path

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

/freebsd/sys/dev/irdma/
H A Dosdep.h183 #define rd32(a, reg) irdma_rd32((a)->dev_context, (reg))
213 u32 irdma_rd32(struct irdma_dev_ctx *dev_ctx, u32 reg);
H A Dfbsd_kcompat.c49 irdma_rd32(struct irdma_dev_ctx *dev_ctx, u32 reg){ in irdma_rd32() function