Searched defs:cxlflash_backend_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
| D | backend.h | 17 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 …]
|
| /kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
| D | backend.h | 17 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 …]
|