Searched refs:unmap_afu_irq (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/scsi/cxlflash/ |
A D | backend.h | 24 void (*unmap_afu_irq)(void *ctx_cookie, int num, void *cookie); member
|
A D | cxl_hw.c | 157 .unmap_afu_irq = cxlflash_unmap_afu_irq,
|
A 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()
|
A D | ocxl_hw.c | 1379 .unmap_afu_irq = ocxlflash_unmap_afu_irq,
|
Completed in 12 milliseconds