Searched refs:vwc (Results 1 – 5 of 5) sorted by relevance
362 bool vwc = false; in nvme_mpath_alloc_disk() local386 if (ctrl->vwc & NVME_CTRL_VWC_PRESENT) in nvme_mpath_alloc_disk()387 vwc = true; in nvme_mpath_alloc_disk()388 blk_queue_write_cache(q, vwc, vwc); in nvme_mpath_alloc_disk()
280 u8 vwc; member
1977 bool vwc = ctrl->vwc & NVME_CTRL_VWC_PRESENT; in nvme_set_queue_limits() local1989 blk_queue_write_cache(q, vwc, vwc); in nvme_set_queue_limits()3031 ctrl->vwc = id->vwc; in nvme_init_identify()
416 id->vwc = NVME_CTRL_VWC_PRESENT; in nvmet_execute_identify_ctrl()
286 __u8 vwc; member