Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/host/
Dnvme.h115 NVME_REQ_USERCMD = (1 << 1), enumerator
Dfabrics.c569 if (!blk_rq_is_passthrough(rq) || (req->flags & NVME_REQ_USERCMD)) in __nvmf_check_ready()
Dcore.c791 nvme_req(req)->flags |= NVME_REQ_USERCMD; in nvme_submit_user_cmd()