Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dapple.c944 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in apple_nvme_timeout()
969 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in apple_nvme_timeout()
H A Dnvme.h260 NVME_REQ_CANCELLED = (1 << 0), enumerator
H A Dioctl.c409 if (nvme_req(req)->flags & NVME_REQ_CANCELLED) { in nvme_uring_cmd_end_io()
H A Dpci.c1912 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_timeout()
1932 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_timeout()
H A Dcore.c536 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_cancel_request()
1152 if (nvme_req(rq)->flags & NVME_REQ_CANCELLED) in nvme_execute_rq()
H A Dfc.c2423 op->nreq.flags |= NVME_REQ_CANCELLED; in nvme_fc_terminate_exchange()