Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dpassthru.c339 if (req->cmd->common.flags & ~NVME_CMD_SGL_ALL) in nvmet_parse_passthru_io_cmd()
413 if (req->cmd->common.flags & ~NVME_CMD_SGL_ALL) in nvmet_parse_passthru_admin_cmd()
H A Dcore.c929 if (unlikely((flags & NVME_CMD_SGL_ALL) != NVME_CMD_SGL_METABUF)) { in nvmet_req_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h784 NVME_CMD_SGL_ALL = NVME_CMD_SGL_METABUF | NVME_CMD_SGL_METASEG, enumerator
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c689 cmd->common.flags &= ~NVME_CMD_SGL_ALL; in nvme_setup_passthrough()