Home
last modified time | relevance | path

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

/qemu/include/block/
H A Dnvme.h1424 uint8_t nsfeat; member
1476 uint8_t nsfeat; member
1559 #define NVME_ID_NS_NSFEAT_THIN(nsfeat) ((nsfeat & 0x1)) argument
1560 #define NVME_ID_NS_NSFEAT_DULBE(nsfeat) ((nsfeat >> 2) & 0x1) argument
/qemu/hw/nvme/
H A Dns.c79 id_ns->nsfeat |= (NVME_ID_NS_NSFEAT_DAE | NVME_ID_NS_NSFEAT_OPTPERF_ALL); in nvme_ns_init()
331 ns->id_ns.nsfeat &= ~0x4; in nvme_ns_init_zoned()
H A Dctrl.c6605 if (NVME_ID_NS_NSFEAT_DULBE(ns->id_ns.nsfeat)) { in nvme_set_feature()
6614 if (NVME_ID_NS_NSFEAT_DULBE(ns->id_ns.nsfeat)) { in nvme_set_feature()