Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dnvme.h185 NVME_REQ_CANCELLED = (1 << 0), enumerator
H A Dpci.c1315 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_timeout()
1333 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_timeout()
H A Dcore.c348 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_cancel_request()
967 if (nvme_req(req)->flags & NVME_REQ_CANCELLED) in __nvme_submit_sync_cmd()
1146 if (nvme_req(req)->flags & NVME_REQ_CANCELLED) in nvme_submit_user_cmd()
H A Dlightnvm.c825 if (nvme_req(rq)->flags & NVME_REQ_CANCELLED) in nvme_nvm_submit_user_cmd()
H A Dfc.c2446 op->nreq.flags |= NVME_REQ_CANCELLED; in nvme_fc_terminate_exchange()