Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dioctl.c484 if (nvme_req(req)->flags & NVME_REQ_CANCELLED) in nvme_uring_task_meta_cb()
519 if (nvme_req(req)->flags & NVME_REQ_CANCELLED) { in nvme_uring_cmd_end_io()
H A 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()
H A Dnvme.h205 NVME_REQ_CANCELLED = (1 << 0), enumerator
H A Dpci.c1334 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_timeout()
1352 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_timeout()
H A 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()
H A Dfc.c2460 op->nreq.flags |= NVME_REQ_CANCELLED; in nvme_fc_terminate_exchange()