Searched refs:unmap_afu_irq (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/scsi/cxlflash/ |
D | backend.h | 24 void (*unmap_afu_irq)(void *ctx_cookie, int num, void *cookie); member
|
D | cxl_hw.c | 157 .unmap_afu_irq = cxlflash_unmap_afu_irq,
|
D | main.c | 750 cfg->ops->unmap_afu_irq(hwq->ctx_cookie, 3, hwq); in term_intr() 753 cfg->ops->unmap_afu_irq(hwq->ctx_cookie, 2, hwq); in term_intr() 756 cfg->ops->unmap_afu_irq(hwq->ctx_cookie, 1, hwq); in term_intr()
|
D | ocxl_hw.c | 1379 .unmap_afu_irq = ocxlflash_unmap_afu_irq,
|