Home
last modified time | relevance | path

Searched refs:NVME_ID_CNS_CTRL (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvme/target/
Dpassthru.c164 case NVME_ID_CNS_CTRL: in nvmet_passthru_execute_cmd_work()
462 case NVME_ID_CNS_CTRL: in nvmet_parse_passthru_admin_cmd()
Ddiscovery.c252 if (req->cmd->identify.cns != NVME_ID_CNS_CTRL) { in nvmet_execute_disc_identify()
Dadmin-cmd.c652 case NVME_ID_CNS_CTRL: in nvmet_execute_identify()
/kernel/linux/linux-5.10/include/linux/
Dnvme.h411 NVME_ID_CNS_CTRL = 0x01, enumerator
/kernel/linux/linux-5.10/drivers/nvme/host/
Dcore.c1246 c.identify.cns = NVME_ID_CNS_CTRL; in nvme_identify_ctrl()