Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/cxl/
Dapi.c265 int cxl_start_context(struct cxl_context *ctx, u64 wed, in cxl_start_context() function
330 EXPORT_SYMBOL_GPL(cxl_start_context);
476 rc = cxl_start_context(ctx, work->work_element_descriptor, current); in cxl_start_work()
/Linux-v5.4/include/misc/
Dcxl.h115 int cxl_start_context(struct cxl_context *ctx, u64 wed,
/Linux-v5.4/drivers/scsi/cxlflash/
Dcxl_hw.c56 return cxl_start_context(ctx_cookie, 0, NULL); in cxlflash_start_context()