Searched refs:cns (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/nvme/host/ |
| A D | zns.c | 21 c.identify.cns = NVME_ID_CNS_CS_CTRL; in nvme_set_max_append() 73 c.identify.cns = NVME_ID_CNS_CS_NS; in nvme_query_zone_info()
|
| A D | trace.c | 66 u8 cns = cdw10[0]; in nvme_trace_admin_identify() local 69 trace_seq_printf(p, "cns=%u, ctrlid=%u", cns, ctrlid); in nvme_trace_admin_identify()
|
| A D | core.c | 1404 static bool nvme_id_cns_ok(struct nvme_ctrl *ctrl, u8 cns) in nvme_id_cns_ok() argument 1422 return cns <= 3; in nvme_id_cns_ok() 1427 return cns <= 1; in nvme_id_cns_ok() 1437 c.identify.cns = NVME_ID_CNS_CTRL; in nvme_identify_ctrl() 1519 c.identify.cns = NVME_ID_CNS_NS_DESC_LIST; in nvme_identify_ns_descs() 1567 c.identify.cns = NVME_ID_CNS_NS; in nvme_identify_ns() 1628 .identify.cns = NVME_ID_CNS_NS_CS_INDEP, in nvme_ns_info_from_id_cs_indep() 1874 .identify.cns = NVME_ID_CNS_CS_NS, in nvme_identify_ns_nvm() 3144 c.identify.cns = NVME_ID_CNS_CS_CTRL; in nvme_init_non_mdts_limits() 4128 .identify.cns = NVME_ID_CNS_NS_ACTIVE_LIST, in nvme_scan_ns_list()
|
| A D | ioctl.c | 45 switch (c->identify.cns) { in nvme_cmd_allowed()
|
| /linux/drivers/nvme/target/ |
| A D | trace.c | 13 u8 cns = cdw10[0]; in nvmet_trace_admin_identify() local 16 trace_seq_printf(p, "cns=%u, ctrlid=%u", cns, ctrlid); in nvmet_trace_admin_identify()
|
| A D | discovery.c | 257 if (req->cmd->identify.cns != NVME_ID_CNS_CTRL) { in nvmet_execute_disc_identify() 258 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_disc_identify()
|
| A D | passthru.c | 227 switch (req->cmd->identify.cns) { in nvmet_passthru_execute_cmd_work() 537 switch (req->cmd->identify.cns) { in nvmet_parse_passthru_admin_cmd()
|
| A D | admin-cmd.c | 693 switch (req->cmd->identify.cns) { in nvmet_execute_identify() 735 req->cmd->identify.cns, req->sq->qid); in nvmet_execute_identify() 736 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_identify()
|
| /linux/include/linux/ |
| A D | nvme.h | 1281 __u8 cns; member
|
Completed in 35 milliseconds