Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dbackend.h26 int (*start_context)(void *ctx_cookie); member
H A Dcxl_hw.c159 .start_context = cxlflash_start_context,
H A Docxl_hw.c327 static int start_context(struct ocxlflash_context *ctx) in start_context() function
387 return start_context(ctx); in ocxlflash_start_context()
1331 rc = start_context(ctx); in ocxlflash_start_work()
1378 .start_context = ocxlflash_start_context,
H A Dmain.c2053 rc = cfg->ops->start_context(hwq->ctx_cookie); in init_mc()