Searched refs:NVME_CTRL_ONCS_DSM (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ | ||
H A D | nvme.h | 402 NVME_CTRL_ONCS_DSM = 1 << 2, enumerator |
/linux/drivers/nvme/target/ | ||
H A D | admin-cmd.c | 744 id->oncs = cpu_to_le16(NVME_CTRL_ONCS_DSM | in nvmet_execute_identify_ctrl() |