Home
last modified time | relevance | path

Searched refs:irdma_dev_ctx (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/irdma/
H A Dosdep.h160 struct irdma_dev_ctx { struct
213 u32 irdma_rd32(struct irdma_dev_ctx *dev_ctx, u32 reg);
214 void irdma_wr32(struct irdma_dev_ctx *dev_ctx, u32 reg, u32 value);
215 u64 irdma_rd64(struct irdma_dev_ctx *dev_ctx, u32 reg);
216 void irdma_wr64(struct irdma_dev_ctx *dev_ctx, u32 reg, u64 value);
H A Dfbsd_kcompat.c49 irdma_rd32(struct irdma_dev_ctx *dev_ctx, u32 reg){ in irdma_rd32()
60 irdma_wr32(struct irdma_dev_ctx *dev_ctx, u32 reg, u32 value) in irdma_wr32()
72 irdma_rd64(struct irdma_dev_ctx *dev_ctx, u32 reg){ in irdma_rd64()
83 irdma_wr64(struct irdma_dev_ctx *dev_ctx, u32 reg, u64 value) in irdma_wr64()
956 struct irdma_dev_ctx *dev_ctx = (struct irdma_dev_ctx *)hw->dev_context; in irdma_allocate_dma_mem()
H A Dirdma_main.h327 struct irdma_dev_ctx dev_ctx;