Lines Matching defs:cmd
165 u64 offset = nvmet_get_log_page_offset(req->cmd);
166 size_t data_len = nvmet_get_log_page_len(req->cmd);
177 if (req->cmd->get_log_page.lid != NVME_LOG_DISC) {
252 if (req->cmd->identify.cns != NVME_ID_CNS_CTRL) {
300 u32 cdw10 = le32_to_cpu(req->cmd->common.cdw10);
326 u32 cdw10 = le32_to_cpu(req->cmd->common.cdw10);
351 struct nvme_command *cmd = req->cmd;
354 pr_err("got cmd %d while not ready\n",
355 cmd->common.opcode);
361 switch (cmd->common.opcode) {
381 pr_err("unhandled cmd %d\n", cmd->common.opcode);