Searched refs:link_token (Results 1 – 2 of 2) sorted by relevance
/drivers/scsi/cxlflash/ |
D | ocxl_hw.c | 332 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()
|
D | ocxl_hw.h | 38 void *link_token; /* Link token for the SPA */ member
|