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.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()
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.h194 NVME_REQ_CANCELLED = (1 << 0), enumerator
H A Dpci.c1336 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_timeout()
1354 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()
1011 if (nvme_req(rq)->flags & NVME_REQ_CANCELLED) in nvme_execute_rq()
H A Dfc.c2459 op->nreq.flags |= NVME_REQ_CANCELLED; in nvme_fc_terminate_exchange()