Home
last modified time | relevance | path

Searched refs:cxl_start_context (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/misc/cxl/
Dapi.c274 int cxl_start_context(struct cxl_context *ctx, u64 wed, in cxl_start_context() function
339 EXPORT_SYMBOL_GPL(cxl_start_context);
485 rc = cxl_start_context(ctx, work->work_element_descriptor, current); in cxl_start_work()
/Linux-v4.19/include/misc/
Dcxl.h119 int cxl_start_context(struct cxl_context *ctx, u64 wed,
/Linux-v4.19/drivers/scsi/cxlflash/
Dcxl_hw.c60 return cxl_start_context(ctx_cookie, 0, NULL); in cxlflash_start_context()