Home
last modified time | relevance | path

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

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