Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dnvme.h206 NVME_REQ_CANCELLED = (1 << 0), enumerator
H A Dioctl.c434 if (nvme_req(req)->flags & NVME_REQ_CANCELLED) { in nvme_uring_cmd_end_io()
H A Dpci.c1476 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_timeout()
1496 nvme_req(req)->flags |= NVME_REQ_CANCELLED; in nvme_timeout()
H A Dfc.c2418 op->nreq.flags |= NVME_REQ_CANCELLED; in nvme_fc_terminate_exchange()