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.h165 struct irdma_dev_ctx { struct
218 u32 irdma_rd32(struct irdma_dev_ctx *dev_ctx, u32 reg);
219 void irdma_wr32(struct irdma_dev_ctx *dev_ctx, u32 reg, u32 value);
220 u64 irdma_rd64(struct irdma_dev_ctx *dev_ctx, u32 reg);
221 void irdma_wr64(struct irdma_dev_ctx *dev_ctx, u32 reg, u64 value);
H A Dfbsd_kcompat.c55 irdma_rd32(struct irdma_dev_ctx *dev_ctx, u32 reg){ in irdma_rd32()
66 irdma_wr32(struct irdma_dev_ctx *dev_ctx, u32 reg, u32 value) in irdma_wr32()
78 irdma_rd64(struct irdma_dev_ctx *dev_ctx, u32 reg){ in irdma_rd64()
89 irdma_wr64(struct irdma_dev_ctx *dev_ctx, u32 reg, u64 value) in irdma_wr64()
1114 struct irdma_dev_ctx *dev_ctx = (struct irdma_dev_ctx *)hw->dev_context; in irdma_allocate_dma_mem()
H A Dirdma_main.h331 struct irdma_dev_ctx dev_ctx;