Home
last modified time | relevance | path

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

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