Searched refs:FLAG_HAS_VWC (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/block/nvme/
H A Dnvme.c79 #define FLAG_HAS_VWC 0x0100 macro
943 nvme->flags |= FLAG_HAS_VWC;
947 zxlogf(INFO, "nvme: volatile write cache (VWC): %s\n", nvme->flags & FLAG_HAS_VWC ? "Y" : "N");

Completed in 45 milliseconds