Lines Matching refs:cmd

12 	u64 val = le64_to_cpu(req->cmd->prop_set.value);  in nvmet_execute_prop_set()
18 if (req->cmd->prop_set.attrib & 1) { in nvmet_execute_prop_set()
25 switch (le32_to_cpu(req->cmd->prop_set.offset)) { in nvmet_execute_prop_set()
47 if (req->cmd->prop_get.attrib & 1) { in nvmet_execute_prop_get()
48 switch (le32_to_cpu(req->cmd->prop_get.offset)) { in nvmet_execute_prop_get()
57 switch (le32_to_cpu(req->cmd->prop_get.offset)) { in nvmet_execute_prop_get()
73 if (status && req->cmd->prop_get.attrib & 1) { in nvmet_execute_prop_get()
87 struct nvme_command *cmd = req->cmd; in nvmet_parse_fabrics_admin_cmd() local
89 switch (cmd->fabrics.fctype) { in nvmet_parse_fabrics_admin_cmd()
106 cmd->fabrics.fctype); in nvmet_parse_fabrics_admin_cmd()
116 struct nvme_command *cmd = req->cmd; in nvmet_parse_fabrics_io_cmd() local
118 switch (cmd->fabrics.fctype) { in nvmet_parse_fabrics_io_cmd()
129 cmd->fabrics.fctype); in nvmet_parse_fabrics_io_cmd()
139 struct nvmf_connect_command *c = &req->cmd->connect; in nvmet_install_queue()
209 struct nvmf_connect_command *c = &req->cmd->connect; in nvmet_execute_admin_connect()
286 struct nvmf_connect_command *c = &req->cmd->connect; in nvmet_execute_io_connect()
347 struct nvme_command *cmd = req->cmd; in nvmet_parse_connect_cmd() local
349 if (!nvme_is_fabrics(cmd)) { in nvmet_parse_connect_cmd()
351 cmd->fabrics.opcode); in nvmet_parse_connect_cmd()
355 if (cmd->fabrics.fctype != nvme_fabrics_type_connect) { in nvmet_parse_connect_cmd()
357 cmd->fabrics.fctype); in nvmet_parse_connect_cmd()
362 if (cmd->connect.qid == 0) in nvmet_parse_connect_cmd()