Searched refs:vwc (Results 1 – 5 of 5) sorted by relevance
361 bool vwc = false; in nvme_mpath_alloc_disk() local385 if (ctrl->vwc & NVME_CTRL_VWC_PRESENT) in nvme_mpath_alloc_disk()386 vwc = true; in nvme_mpath_alloc_disk()387 blk_queue_write_cache(q, vwc, vwc); in nvme_mpath_alloc_disk()
295 u8 vwc; member
2020 bool vwc = ctrl->vwc & NVME_CTRL_VWC_PRESENT; in nvme_set_queue_limits() local2032 blk_queue_write_cache(q, vwc, vwc); in nvme_set_queue_limits()3112 ctrl->vwc = id->vwc; in nvme_init_identify()
416 id->vwc = NVME_CTRL_VWC_PRESENT; in nvmet_execute_identify_ctrl()
293 __u8 vwc; member