Home
last modified time | relevance | path

Searched refs:link_token (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/cxlflash/
H A Docxl_hw.c332 void *link_token = afu->link_token; in start_context() local
365 rc = ocxl_link_add_pe(link_token, ctx->pe, pid, 0, 0, in start_context()
426 rc = ocxl_link_remove_pe(afu->link_token, ctx->pe); in ocxlflash_stop_context()
602 ocxl_link_free_irq(afu->link_token, ctx->irqs[i].hwirq); in free_afu_irqs()
644 rc = ocxl_link_irq_alloc(afu->link_token, &hwirq); in alloc_afu_irqs()
660 ocxl_link_free_irq(afu->link_token, irqs[i].hwirq); in alloc_afu_irqs()
765 rc = ocxl_link_setup(pdev, 0, &afu->link_token); in ocxlflash_config_fn()
781 ocxl_link_release(pdev, afu->link_token); in ocxlflash_config_fn()
792 ocxl_link_release(pdev, afu->link_token); in ocxlflash_unconfig_fn()
H A Docxl_hw.h38 void *link_token; /* Link token for the SPA */ member