Home
last modified time | relevance | path

Searched refs:unmap_afu_irq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/cxlflash/
H A Dbackend.h24 void (*unmap_afu_irq)(void *ctx_cookie, int num, void *cookie); member
H A Dcxl_hw.c157 .unmap_afu_irq = cxlflash_unmap_afu_irq,
H A Dmain.c750 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()
H A Docxl_hw.c1379 .unmap_afu_irq = ocxlflash_unmap_afu_irq,