Home
last modified time | relevance | path

Searched refs:NVME_ID_NS_DLFEAT_WRITE_ZEROES (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/block/
H A Dnvme.h1505 #define NVME_ID_NS_DLFEAT_WRITE_ZEROES(dlfeat) ((dlfeat) & 0x08) macro
/openbmc/qemu/block/
H A Dnvme.c601 if (NVME_ID_NS_DLFEAT_WRITE_ZEROES(id->ns.dlfeat) && in nvme_identify()