Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dnvme.h195 NVME_REQ_USERCMD = (1 << 1), enumerator
H A Dioctl.c162 nvme_req(req)->flags |= NVME_REQ_USERCMD; in nvme_alloc_user_request()
H A Dcore.c711 if (rq->q == ctrl->admin_q && (req->flags & NVME_REQ_USERCMD)) in __nvme_check_ready()