Searched refs:ocxl_link_remove_pe (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/misc/ |
H A D | ocxl.h | 457 int ocxl_link_remove_pe(void *link_handle, int pasid);
|
/kernel/linux/linux-6.6/include/misc/ |
H A D | ocxl.h | 457 int ocxl_link_remove_pe(void *link_handle, int pasid);
|
/kernel/linux/linux-5.10/drivers/misc/ocxl/ |
H A D | link.c | 612 int ocxl_link_remove_pe(void *link_handle, int pasid) in ocxl_link_remove_pe() function 684 EXPORT_SYMBOL_GPL(ocxl_link_remove_pe); variable
|
H A D | context.c | 249 rc = ocxl_link_remove_pe(ctx->afu->fn->link, ctx->pasid); in ocxl_context_detach()
|
/kernel/linux/linux-6.6/drivers/misc/ocxl/ |
H A D | link.c | 667 int ocxl_link_remove_pe(void *link_handle, int pasid) in ocxl_link_remove_pe() function 751 EXPORT_SYMBOL_GPL(ocxl_link_remove_pe); variable
|
H A D | context.c | 251 rc = ocxl_link_remove_pe(ctx->afu->fn->link, ctx->pasid); in ocxl_context_detach()
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.c | 423 rc = ocxl_link_remove_pe(afu->link_token, ctx->pe); in ocxlflash_stop_context() 425 dev_err(dev, "%s: ocxl_link_remove_pe failed rc=%d\n", in ocxlflash_stop_context()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.c | 426 rc = ocxl_link_remove_pe(afu->link_token, ctx->pe); in ocxlflash_stop_context() 428 dev_err(dev, "%s: ocxl_link_remove_pe failed rc=%d\n", in ocxlflash_stop_context()
|
Completed in 8 milliseconds