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

/linux-master/drivers/nvme/target/
H A Dpassthru.c414 if (req->cmd->common.flags & ~NVME_CMD_SGL_ALL)
488 if (req->cmd->common.flags & ~NVME_CMD_SGL_ALL)
H A Dcore.c966 if (unlikely((flags & NVME_CMD_SGL_ALL) != NVME_CMD_SGL_METABUF)) {
/linux-master/include/linux/
H A Dnvme.h941 NVME_CMD_SGL_ALL = NVME_CMD_SGL_METABUF | NVME_CMD_SGL_METASEG, enumerator in enum:__anon2298
/linux-master/drivers/nvme/host/
H A Dcore.c736 cmd->common.flags &= ~NVME_CMD_SGL_ALL;

Completed in 125 milliseconds