Searched defs:cxlflash_backend_ops (Results 1 – 1 of 1) sorted by relevance
17 struct cxlflash_backend_ops { struct18 struct module *module;20 void (*psa_unmap)(void __iomem *addr);21 int (*process_element)(void *ctx_cookie);26 int (*start_context)(void *ctx_cookie);27 int (*stop_context)(void *ctx_cookie);28 int (*afu_reset)(void *ctx_cookie);29 void (*set_master)(void *ctx_cookie);32 int (*release_context)(void *ctx_cookie);37 void (*free_afu_irqs)(void *ctx_cookie);[all …]
Completed in 3 milliseconds