Home
last modified time | relevance | path

Searched defs:cxlflash_backend_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/scsi/cxlflash/
A Dbackend.h17 struct cxlflash_backend_ops { struct
18 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 4 milliseconds