Home
last modified time | relevance | path

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

/drivers/nvme/host/
Dpci.c277 #define CMD_CTX_CANCELLED (0x30C + CMD_CTX_BASE) macro
284 if (ctx == CMD_CTX_CANCELLED) in special_completion()
309 cmd->ctx = CMD_CTX_CANCELLED; in cancel_cmd_info()
614 if (cmd_rq->ctx == CMD_CTX_CANCELLED) in req_completion()
1358 if (cmd->ctx == CMD_CTX_CANCELLED) in nvme_cancel_queue_ios()