Home
last modified time | relevance | path

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

/drivers/nvme/host/
Dioctl.c479 if (nvme_req(req)->flags & NVME_REQ_CANCELLED) in nvme_uring_task_meta_cb()
514 if (nvme_req(req)->flags & NVME_REQ_CANCELLED) { in nvme_uring_cmd_end_io()
Dapple.c905 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in apple_nvme_timeout()
930 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in apple_nvme_timeout()
Dnvme.h194 NVME_REQ_CANCELLED = (1 << 0), enumerator
Dpci.c1338 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_timeout()
1356 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_timeout()
Dcore.c467 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_cancel_request()
1012 if (nvme_req(rq)->flags & NVME_REQ_CANCELLED) in nvme_execute_rq()
Dfc.c2459 op->nreq.flags |= NVME_REQ_CANCELLED; in nvme_fc_terminate_exchange()