Home
last modified time | relevance | path

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

/linux-6.1.9/include/misc/
Docxl.h457 int ocxl_link_remove_pe(void *link_handle, int pasid);
/linux-6.1.9/drivers/misc/ocxl/
Dlink.c667 int ocxl_link_remove_pe(void *link_handle, int pasid) in ocxl_link_remove_pe() function
751 EXPORT_SYMBOL_GPL(ocxl_link_remove_pe);
Dcontext.c251 rc = ocxl_link_remove_pe(ctx->afu->fn->link, ctx->pasid); in ocxl_context_detach()
/linux-6.1.9/drivers/scsi/cxlflash/
Docxl_hw.c426 rc = ocxl_link_remove_pe(afu->link_token, ctx->pe); in ocxlflash_stop_context()