Home
last modified time | relevance | path

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

/openbmc/linux/include/misc/
H A Docxl.h464 int ocxl_link_irq_alloc(void *link_handle, int *hw_irq);
/openbmc/linux/drivers/misc/ocxl/
H A Dafu_irq.c128 rc = ocxl_link_irq_alloc(ctx->afu->fn->link, &irq->hw_irq); in ocxl_afu_irq_alloc()
H A Dlink.c753 int ocxl_link_irq_alloc(void *link_handle, int *hw_irq) in ocxl_link_irq_alloc() function
770 EXPORT_SYMBOL_GPL(ocxl_link_irq_alloc);
/openbmc/linux/drivers/scsi/cxlflash/
H A Docxl_hw.c644 rc = ocxl_link_irq_alloc(afu->link_token, &hwirq); in alloc_afu_irqs()