Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dioctl.c152 nvme_req(req)->flags |= NVME_REQ_USERCMD; in nvme_alloc_user_request()
H A Dnvme.h268 NVME_REQ_USERCMD = (1 << 1), enumerator
H A Dpci.c774 nvme_req(req)->flags & NVME_REQ_USERCMD; in nvme_pci_metadata_use_sgls()
797 nvme_req(req)->flags & NVME_REQ_USERCMD || in nvme_pci_use_sgls()
1341 (entries == 1 && !(nvme_req(req)->flags & NVME_REQ_USERCMD))) { in nvme_pci_setup_meta_iter()
H A Dcore.c814 if (rq->q == ctrl->admin_q && (req->flags & NVME_REQ_USERCMD)) in __nvme_check_ready()