Searched defs:ctx_cookie (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/cxlflash/ |
D | cxl_hw.c | 22 static void __iomem *cxlflash_psa_map(void *ctx_cookie) in cxlflash_psa_map() 32 static int cxlflash_process_element(void *ctx_cookie) in cxlflash_process_element() 37 static int cxlflash_map_afu_irq(void *ctx_cookie, int num, in cxlflash_map_afu_irq() 43 static void cxlflash_unmap_afu_irq(void *ctx_cookie, int num, void *cookie) in cxlflash_unmap_afu_irq() 48 static u64 cxlflash_get_irq_objhndl(void *ctx_cookie, int irq) in cxlflash_get_irq_objhndl() 54 static int cxlflash_start_context(void *ctx_cookie) in cxlflash_start_context() 59 static int cxlflash_stop_context(void *ctx_cookie) in cxlflash_stop_context() 64 static int cxlflash_afu_reset(void *ctx_cookie) in cxlflash_afu_reset() 69 static void cxlflash_set_master(void *ctx_cookie) in cxlflash_set_master() 84 static int cxlflash_release_context(void *ctx_cookie) in cxlflash_release_context() [all …]
|
D | ocxl_hw.c | 129 static void __iomem *ocxlflash_psa_map(void *ctx_cookie) in ocxlflash_psa_map() 161 static int ocxlflash_process_element(void *ctx_cookie) in ocxlflash_process_element() 237 static int ocxlflash_map_afu_irq(void *ctx_cookie, int num, in ocxlflash_map_afu_irq() 279 static void ocxlflash_unmap_afu_irq(void *ctx_cookie, int num, void *cookie) in ocxlflash_unmap_afu_irq() 291 static u64 ocxlflash_get_irq_objhndl(void *ctx_cookie, int irq) in ocxlflash_get_irq_objhndl() 386 static int ocxlflash_start_context(void *ctx_cookie) in ocxlflash_start_context() 399 static int ocxlflash_stop_context(void *ctx_cookie) in ocxlflash_stop_context() 440 static int ocxlflash_afu_reset(void *ctx_cookie) in ocxlflash_afu_reset() 456 static void ocxlflash_set_master(void *ctx_cookie) in ocxlflash_set_master() 533 static int ocxlflash_release_context(void *ctx_cookie) in ocxlflash_release_context() [all …]
|
D | common.h | 205 void *ctx_cookie; member
|