Home
last modified time | relevance | path

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

/Linux-v4.19/include/misc/
Docxl.h203 extern int ocxl_link_remove_pe(void *link_handle, int pasid);
/Linux-v4.19/drivers/misc/ocxl/
Dlink.c590 int ocxl_link_remove_pe(void *link_handle, int pasid) in ocxl_link_remove_pe() function
660 EXPORT_SYMBOL_GPL(ocxl_link_remove_pe);
Dcontext.c239 rc = ocxl_link_remove_pe(ctx->afu->fn->link, ctx->pasid); in ocxl_context_detach()
/Linux-v4.19/drivers/scsi/cxlflash/
Docxl_hw.c443 rc = ocxl_link_remove_pe(afu->link_token, ctx->pe); in ocxlflash_stop_context()