Searched refs:irdma_dev_ctx (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/irdma/ |
| H A D | osdep.h | 165 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 D | fbsd_kcompat.c | 55 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 D | irdma_main.h | 331 struct irdma_dev_ctx dev_ctx;
|