Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh123 local cns="${2}"
132 printf "\nnetns %s (connector) socket stat for %d:\n" "${cns}" "${port}"
133 ip netns exec "${cns}" ss -Menitam -o "dport = :${port}"
134 [ "${lns}" != "${cns}" ] && mptcp_lib_pr_nstat "${cns}"
/linux/drivers/nvme/host/
H A Dzns.c21 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()
H A Dcore.c1442 static bool nvme_id_cns_ok(struct nvme_ctrl *ctrl, u8 cns) in nvme_id_cns_ok() argument
1460 return cns <= 3; in nvme_id_cns_ok()
1465 return cns <= 1; in nvme_id_cns_ok()
1475 c.identify.cns = NVME_ID_CNS_CTRL; in nvme_identify_ctrl()
1557 c.identify.cns = NVME_ID_CNS_NS_DESC_LIST; in nvme_identify_ns_descs()
1605 c.identify.cns = NVME_ID_CNS_NS; in nvme_identify_ns()
1667 .identify.cns = NVME_ID_CNS_NS_CS_INDEP, in nvme_ns_info_from_id_cs_indep()
1906 .identify.cns = NVME_ID_CNS_CS_NS, in nvme_identify_ns_nvm()
3418 c.identify.cns = NVME_ID_CNS_CS_CTRL; in nvme_init_non_mdts_limits()
4451 .identify.cns = NVME_ID_CNS_NS_ACTIVE_LIST, in nvme_scan_ns_list()
/linux/drivers/nvme/target/
H A Ddiscovery.c260 if (req->cmd->identify.cns != NVME_ID_CNS_CTRL) { in nvmet_execute_disc_identify()
261 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_disc_identify()
H A Dpassthru.c227 switch (req->cmd->identify.cns) { in nvmet_passthru_execute_cmd_work()
544 switch (req->cmd->identify.cns) { in nvmet_parse_passthru_admin_cmd()
H A Dadmin-cmd.c1105 switch (req->cmd->identify.cns) { in nvmet_execute_identify()
1156 req->cmd->identify.cns, req->sq->qid); in nvmet_execute_identify()
1157 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_identify()