Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
Dbackend.h17 struct cxlflash_backend_ops { struct
18 struct module *module;
19 void __iomem * (*psa_map)(void *ctx_cookie);
20 void (*psa_unmap)(void __iomem *addr);
21 int (*process_element)(void *ctx_cookie);
22 int (*map_afu_irq)(void *ctx_cookie, int num, irq_handler_t handler,
24 void (*unmap_afu_irq)(void *ctx_cookie, int num, void *cookie);
25 u64 (*get_irq_objhndl)(void *ctx_cookie, int irq);
26 int (*start_context)(void *ctx_cookie);
27 int (*stop_context)(void *ctx_cookie);
[all …]