Searched refs:cns (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/nvme/target/
H A Dtrace.c13 u8 cns = cdw10[0]; local
16 trace_seq_printf(p, "cns=%u, ctrlid=%u", cns, ctrlid);
H A Ddiscovery.c257 if (req->cmd->identify.cns != NVME_ID_CNS_CTRL) {
258 req->error_loc = offsetof(struct nvme_identify, cns);
H A Dpassthru.c227 switch (req->cmd->identify.cns) {
537 switch (req->cmd->identify.cns) {
H A Dadmin-cmd.c683 switch (req->cmd->identify.cns) {
724 pr_debug("unhandled identify cns %d on qid %d\n",
725 req->cmd->identify.cns, req->sq->qid);
726 req->error_loc = offsetof(struct nvme_identify, cns);
/linux-master/drivers/nvme/host/
H A Dzns.c21 c.identify.cns = NVME_ID_CNS_CS_CTRL;
73 c.identify.cns = NVME_ID_CNS_CS_NS;
H A Dtrace.c66 u8 cns = cdw10[0]; local
69 trace_seq_printf(p, "cns=%u, ctrlid=%u", cns, ctrlid);
H A Dcore.c1402 c.identify.cns = NVME_ID_CNS_CTRL;
1484 c.identify.cns = NVME_ID_CNS_NS_DESC_LIST;
1532 c.identify.cns = NVME_ID_CNS_NS;
1593 .identify.cns = NVME_ID_CNS_NS_CS_INDEP,
1840 .identify.cns = NVME_ID_CNS_CS_NS,
3052 c.identify.cns = NVME_ID_CNS_CS_CTRL;
3998 .identify.cns = NVME_ID_CNS_NS_ACTIVE_LIST,
H A Dioctl.c44 switch (c->identify.cns) {
/linux-master/include/linux/
H A Dnvme.h1267 __u8 cns; member in struct:nvme_identify

Completed in 336 milliseconds