Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/cxlflash/
Docxl_hw.c331 void *link_token = afu->link_token; in start_context() local
363 rc = ocxl_link_add_pe(link_token, ctx->pe, pid, 0, 0, mm, in start_context()
423 rc = ocxl_link_remove_pe(afu->link_token, ctx->pe); in ocxlflash_stop_context()
599 ocxl_link_free_irq(afu->link_token, ctx->irqs[i].hwirq); in free_afu_irqs()
641 rc = ocxl_link_irq_alloc(afu->link_token, &hwirq); in alloc_afu_irqs()
657 ocxl_link_free_irq(afu->link_token, irqs[i].hwirq); in alloc_afu_irqs()
762 rc = ocxl_link_setup(pdev, 0, &afu->link_token); in ocxlflash_config_fn()
778 ocxl_link_release(pdev, afu->link_token); in ocxlflash_config_fn()
789 ocxl_link_release(pdev, afu->link_token); in ocxlflash_unconfig_fn()
Docxl_hw.h38 void *link_token; /* Link token for the SPA */ member