Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/cxlflash/
Dbackend.h28 void (*unmap_afu_irq)(void *ctx_cookie, int num, void *cookie); member
Dcxl_hw.c161 .unmap_afu_irq = cxlflash_unmap_afu_irq,
Dmain.c759 cfg->ops->unmap_afu_irq(hwq->ctx_cookie, 3, hwq); in term_intr()
761 cfg->ops->unmap_afu_irq(hwq->ctx_cookie, 2, hwq); in term_intr()
763 cfg->ops->unmap_afu_irq(hwq->ctx_cookie, 1, hwq); in term_intr()
Docxl_hw.c1398 .unmap_afu_irq = ocxlflash_unmap_afu_irq,