Lines Matching refs:ocxl_context
68 struct ocxl_context { struct
112 extern struct ocxl_context *ocxl_context_alloc(void);
113 extern int ocxl_context_init(struct ocxl_context *ctx, struct ocxl_afu *afu,
115 extern int ocxl_context_attach(struct ocxl_context *ctx, u64 amr);
116 extern int ocxl_context_mmap(struct ocxl_context *ctx,
118 extern int ocxl_context_detach(struct ocxl_context *ctx);
120 extern void ocxl_context_free(struct ocxl_context *ctx);
125 extern int ocxl_afu_irq_alloc(struct ocxl_context *ctx, u64 *irq_offset);
126 extern int ocxl_afu_irq_free(struct ocxl_context *ctx, u64 irq_offset);
127 extern void ocxl_afu_irq_free_all(struct ocxl_context *ctx);
128 extern int ocxl_afu_irq_set_fd(struct ocxl_context *ctx, u64 irq_offset,
130 extern u64 ocxl_afu_irq_get_addr(struct ocxl_context *ctx, u64 irq_offset);