Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/cxlflash/
Dbackend.h30 int (*start_context)(void *ctx_cookie); member
Dcxl_hw.c163 .start_context = cxlflash_start_context,
Docxl_hw.c347 static int start_context(struct ocxlflash_context *ctx) in start_context() function
407 return start_context(ctx); in ocxlflash_start_context()
1353 rc = start_context(ctx); in ocxlflash_start_work()
1400 .start_context = ocxlflash_start_context,
Dmain.c2055 rc = cfg->ops->start_context(hwq->ctx_cookie); in init_mc()