Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/host/
Dioctl.c397 if (nvme_req(req)->flags & NVME_REQ_CANCELLED) in nvme_uring_task_meta_cb()
432 if (nvme_req(req)->flags & NVME_REQ_CANCELLED) in nvme_uring_cmd_end_io()
Dapple.c891 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in apple_nvme_timeout()
916 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in apple_nvme_timeout()
Dnvme.h174 NVME_REQ_CANCELLED = (1 << 0), enumerator
Dpci.c1390 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_timeout()
1408 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_timeout()
Dcore.c455 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_cancel_request()
1007 if (nvme_req(rq)->flags & NVME_REQ_CANCELLED) in nvme_execute_rq()
Dfc.c2453 op->nreq.flags |= NVME_REQ_CANCELLED; in nvme_fc_terminate_exchange()