Home
last modified time | relevance | path

Searched refs:NVME_CTRL_VWC_PRESENT (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/nvme/host/
Dmultipath.c390 if (ctrl->vwc & NVME_CTRL_VWC_PRESENT) in nvme_mpath_alloc_disk()
Dcore.c2190 if (ctrl->vwc & NVME_CTRL_VWC_PRESENT) in nvme_set_queue_limits()
/Linux-v5.4/drivers/nvme/target/
Dadmin-cmd.c361 id->vwc = NVME_CTRL_VWC_PRESENT; in nvmet_execute_identify_ctrl()
/Linux-v5.4/include/linux/
Dnvme.h293 NVME_CTRL_VWC_PRESENT = 1 << 0, enumerator