Home
last modified time | relevance | path

Searched refs:ENCODE_CTXID (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
Dsuperpipe.h82 #define ENCODE_CTXID(_ctx, _id) (((((u64)_ctx) & 0xFFFFFFFF0ULL) << 28) | _id) macro
Dsuperpipe.c833 ctxi->ctxid = ENCODE_CTXID(ctxi, ctxid); in init_context()
1587 ctxi->ctxid = ENCODE_CTXID(ctxi, ctxid); in recover_context()