Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/cxlflash/
Dbackend.h21 struct cxlflash_backend_ops { struct
22 struct module *module;
23 void __iomem * (*psa_map)(void *ctx_cookie);
24 void (*psa_unmap)(void __iomem *addr);
25 int (*process_element)(void *ctx_cookie);
26 int (*map_afu_irq)(void *ctx_cookie, int num, irq_handler_t handler,
28 void (*unmap_afu_irq)(void *ctx_cookie, int num, void *cookie);
29 u64 (*get_irq_objhndl)(void *ctx_cookie, int irq);
30 int (*start_context)(void *ctx_cookie);
31 int (*stop_context)(void *ctx_cookie);
[all …]