Home
last modified time | relevance | path

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

/freebsd/sbin/nvmecontrol/
H A Didentify_ext.c272 t = NVMEV(NVME_CTRLR_DATA_VWC_ALL, cdata->vwc); in nvme_print_controller()
274 NVMEV(NVME_CTRLR_DATA_VWC_PRESENT, cdata->vwc) != 0 ? in nvme_print_controller()
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_subr.c197 cdata->vwc = in _nvmf_init_io_controller_data()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_ns.c379 if (NVMEV(NVME_CTRLR_DATA_VWC_PRESENT, sc->cdata->vwc) != 0) in nvmf_init_ns()
/freebsd/sys/dev/nvme/
H A Dnvme_ns.c597 vwc_present = NVMEV(NVME_CTRLR_DATA_VWC_PRESENT, ctrlr->cdata.vwc); in nvme_ns_construct()
H A Dnvme.h1354 uint8_t vwc; member
/freebsd/sys/cam/nvme/
H A Dnvme_da.c317 vwc_present = NVMEV(NVME_CTRLR_DATA_VWC_PRESENT, cd->vwc); in ndasetgeom()
/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c594 cd->vwc = NVMEF(NVME_CTRLR_DATA_VWC_ALL, NVME_CTRLR_DATA_VWC_ALL_NO); in pci_nvme_init_ctrldata()