Home
last modified time | relevance | path

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

/drivers/nvme/host/
Dnvme.h184 NVME_REQ_CANCELLED = (1 << 0), enumerator
Dpci.c1294 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_timeout()
1312 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_timeout()
Dcore.c408 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_cancel_request()
1060 if (nvme_req(rq)->flags & NVME_REQ_CANCELLED) in nvme_execute_rq()
Dfc.c2447 op->nreq.flags |= NVME_REQ_CANCELLED; in nvme_fc_terminate_exchange()