Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dpassthru.c418 if (req->cmd->common.flags & ~NVME_CMD_SGL_ALL) in nvmet_parse_passthru_io_cmd()
492 if (req->cmd->common.flags & ~NVME_CMD_SGL_ALL) in nvmet_parse_passthru_admin_cmd()
H A Dcore.c1146 if (unlikely((flags & NVME_CMD_SGL_ALL) != NVME_CMD_SGL_METABUF)) { in nvmet_req_init()
1210 if (req->cmd->common.flags & NVME_CMD_SGL_ALL) in nvmet_check_transfer_len()
1228 if (req->cmd->common.flags & NVME_CMD_SGL_ALL) in nvmet_check_data_len_lte()
H A Dadmin-cmd.c1658 cmd->common.flags & NVME_CMD_SGL_ALL) in nvmet_parse_admin_cmd()
H A Dpci-epf.c1129 if (iod->cmd.common.flags & NVME_CMD_SGL_ALL) in nvmet_pci_epf_alloc_iod_data_buf()
/linux-6.15/include/linux/
H A Dnvme.h1027 NVME_CMD_SGL_ALL = NVME_CMD_SGL_METABUF | NVME_CMD_SGL_METASEG, enumerator
/linux-6.15/drivers/nvme/host/
H A Dcore.c733 cmd->common.flags &= ~NVME_CMD_SGL_ALL; in nvme_init_request()