Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/ocxl/
Dafu_irq.c143 ocxl_link_free_irq(ctx->afu->fn->link, irq->hw_irq); in ocxl_afu_irq_alloc()
163 ocxl_link_free_irq(ctx->afu->fn->link, irq->hw_irq); in afu_irq_free()
Dlink.c705 void ocxl_link_free_irq(void *link_handle, int hw_irq) in ocxl_link_free_irq() function
712 EXPORT_SYMBOL_GPL(ocxl_link_free_irq);
/Linux-v5.10/include/misc/
Docxl.h469 void ocxl_link_free_irq(void *link_handle, int hw_irq);
/Linux-v5.10/drivers/scsi/cxlflash/
Docxl_hw.c599 ocxl_link_free_irq(afu->link_token, ctx->irqs[i].hwirq); in free_afu_irqs()
657 ocxl_link_free_irq(afu->link_token, irqs[i].hwirq); in alloc_afu_irqs()