Searched defs:CMD_CTX_BASE (Results 1 - 1 of 1) sorted by relevance

/drivers/block/
H A Dnvme-core.c205 #define CMD_CTX_BASE ((void *)POISON_POINTER_DELTA) macro
206 #define CMD_CTX_CANCELLED (0x30C + CMD_CTX_BASE)
207 #define CMD_CTX_COMPLETED (0x310 + CMD_CTX_BASE)
208 #define CMD_CTX_INVALID (0x314 + CMD_CTX_BASE)
209 #define CMD_CTX_ABORT (0x318 + CMD_CTX_BASE)

Completed in 66 milliseconds