Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dpassthru.c428 if (req->cmd->common.flags & ~NVME_CMD_SGL_ALL) in nvmet_parse_passthru_io_cmd()
502 if (req->cmd->common.flags & ~NVME_CMD_SGL_ALL) in nvmet_parse_passthru_admin_cmd()
H A Dcore.c1203 if (unlikely((flags & NVME_CMD_SGL_ALL) != NVME_CMD_SGL_METABUF)) { in nvmet_req_init()
1267 if (req->cmd->common.flags & NVME_CMD_SGL_ALL) in nvmet_check_transfer_len()
1285 if (req->cmd->common.flags & NVME_CMD_SGL_ALL) in nvmet_check_data_len_lte()
H A Dadmin-cmd.c1648 cmd->common.flags & NVME_CMD_SGL_ALL) in nvmet_parse_admin_cmd()
H A Dpci-epf.c1107 if (iod->cmd.common.flags & NVME_CMD_SGL_ALL) in nvmet_pci_epf_alloc_iod_data_buf()
/linux/include/linux/
H A Dnvme.h1079 NVME_CMD_SGL_ALL = NVME_CMD_SGL_METABUF | NVME_CMD_SGL_METASEG, enumerator
/linux/drivers/nvme/host/
H A Dpci.c828 return (cmd->common.flags & NVME_CMD_SGL_ALL) == NVME_CMD_SGL_METASEG; in nvme_pci_cmd_use_meta_sgl()
H A Dcore.c763 cmd->common.flags &= ~NVME_CMD_SGL_ALL; in nvme_init_request()