Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Ddiscovery.c276 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_disc_identify()
H A Dadmin-cmd.c385 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_identify_ctrl()
/openbmc/linux/drivers/nvme/host/
H A Dsysfs.c383 [NVME_CTRL_DISC] = "discovery\n", in cntrltype_show()
H A Dcore.c2768 if (id->cntrltype == NVME_CTRL_DISC || in nvme_init_subsystem()
/openbmc/linux/include/linux/
H A Dnvme.h44 NVME_CTRL_DISC = 2, /* Discovery controller */ enumerator