Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/ocxl/
Dafu_irq.c113 ocxl_link_free_irq(ctx->afu->fn->link, irq->hw_irq); in ocxl_afu_irq_alloc()
132 ocxl_link_free_irq(ctx->afu->fn->link, irq->hw_irq); in afu_irq_free()
Dlink.c683 void ocxl_link_free_irq(void *link_handle, int hw_irq) in ocxl_link_free_irq() function
690 EXPORT_SYMBOL_GPL(ocxl_link_free_irq);
/Linux-v4.19/include/misc/
Docxl.h221 extern void ocxl_link_free_irq(void *link_handle, int hw_irq);
/Linux-v4.19/drivers/scsi/cxlflash/
Docxl_hw.c619 ocxl_link_free_irq(afu->link_token, ctx->irqs[i].hwirq); in free_afu_irqs()
679 ocxl_link_free_irq(afu->link_token, irqs[i].hwirq); in alloc_afu_irqs()