Home
last modified time | relevance | path

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

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