Searched refs:cxl_unmap_afu_irq (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/misc/ |
D | cxl.h | 109 void cxl_unmap_afu_irq(struct cxl_context *cxl, int num, void *cookie);
|
/linux-4.4.14/drivers/misc/cxl/ |
D | api.c | 146 void cxl_unmap_afu_irq(struct cxl_context *ctx, int num, void *cookie) in cxl_unmap_afu_irq() function 159 EXPORT_SYMBOL_GPL(cxl_unmap_afu_irq);
|
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | main.c | 676 cxl_unmap_afu_irq(cfg->mcctx, 3, afu); in term_mc() 678 cxl_unmap_afu_irq(cfg->mcctx, 2, afu); in term_mc() 680 cxl_unmap_afu_irq(cfg->mcctx, 1, afu); in term_mc()
|