Home
last modified time | relevance | path

Searched refs:NVME_REQ_USERCMD (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/nvme/host/
Dnvme.h140 NVME_REQ_USERCMD = (1 << 1), enumerator
Dfabrics.c571 if (!blk_rq_is_passthrough(rq) || (req->flags & NVME_REQ_USERCMD)) in __nvmf_check_ready()
Dcore.c907 nvme_req(req)->flags |= NVME_REQ_USERCMD; in nvme_submit_user_cmd()