Home
last modified time | relevance | path

Searched refs:vwc (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/nvme/host/
H A Dmultipath.c606 bool vwc = false; in nvme_mpath_alloc_disk() local
660 if (ctrl->vwc & NVME_CTRL_VWC_PRESENT) in nvme_mpath_alloc_disk()
661 vwc = true; in nvme_mpath_alloc_disk()
662 blk_queue_write_cache(head->disk->queue, vwc, vwc); in nvme_mpath_alloc_disk()
H A Dcore.c1851 bool vwc = ctrl->vwc & NVME_CTRL_VWC_PRESENT; in nvme_set_queue_limits() local
1863 blk_queue_write_cache(q, vwc, vwc); in nvme_set_queue_limits()
3060 ctrl->vwc = id->vwc; in nvme_init_identify()
H A Dnvme.h336 u8 vwc; member
/openbmc/u-boot/drivers/nvme/
H A Dnvme.h67 __u8 vwc; member
626 u8 vwc; member
H A Dnvme.c585 dev->vwc = ctrl->vwc; in nvme_get_info_from_identify()
/openbmc/linux/drivers/nvme/target/
H A Dadmin-cmd.c439 id->vwc = NVME_CTRL_VWC_PRESENT; in nvmet_execute_identify_ctrl()
/openbmc/linux/include/linux/
H A Dnvme.h334 __u8 vwc; member
/openbmc/qemu/include/block/
H A Dnvme.h1150 uint8_t vwc; member
/openbmc/qemu/block/
H A Dnvme.c579 s->write_cache_supported = le32_to_cpu(id->ctrl.vwc) & 0x1; in nvme_identify()
/openbmc/qemu/hw/nvme/
H A Dctrl.c8749 id->vwc = NVME_VWC_NSID_BROADCAST_SUPPORT | NVME_VWC_PRESENT; in nvme_init_ctrl()