Home
last modified time | relevance | path

Searched refs:NVME_ONCS_WRITE_ZEROES (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/block/
H A Dnvme.h1204 NVME_ONCS_WRITE_ZEROES = 1 << 3, enumerator
/openbmc/qemu/block/
H A Dnvme.c587 s->supports_write_zeroes = !!(oncs & NVME_ONCS_WRITE_ZEROES); in nvme_identify()
/openbmc/qemu/hw/nvme/
H A Dctrl.c8737 id->oncs = cpu_to_le16(NVME_ONCS_WRITE_ZEROES | NVME_ONCS_TIMESTAMP | in nvme_init_ctrl()