Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/host/
Dmultipath.c527 if (ctrl->vwc & NVME_CTRL_VWC_PRESENT) in nvme_mpath_alloc_disk()
Dcore.c1846 bool vwc = ctrl->vwc & NVME_CTRL_VWC_PRESENT; in nvme_set_queue_limits()
/linux-6.1.9/drivers/nvme/target/
Dadmin-cmd.c440 id->vwc = NVME_CTRL_VWC_PRESENT; in nvmet_execute_identify_ctrl()
/linux-6.1.9/include/linux/
Dnvme.h368 NVME_CTRL_VWC_PRESENT = 1 << 0, enumerator