Home
last modified time | relevance | path

Searched refs:NVME_CTRL_ONCS_DSM (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/nvme/
H A Dnvme.h83 NVME_CTRL_ONCS_DSM = 1 << 2, enumerator
/openbmc/linux/drivers/nvme/target/
H A Dadmin-cmd.c435 id->oncs = cpu_to_le16(NVME_CTRL_ONCS_DSM | in nvmet_execute_identify_ctrl()
/openbmc/linux/include/linux/
H A Dnvme.h364 NVME_CTRL_ONCS_DSM = 1 << 2, enumerator
/openbmc/linux/drivers/nvme/host/
H A Dcore.c2894 if (ctrl->oncs & NVME_CTRL_ONCS_DSM) { in nvme_init_non_mdts_limits()