Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_block.c583 const int wce_next = ((caps & VTBLK_F_FLUSH) != 0) ? 1 : 0; in pci_vtblk_apply_feats() local
585 if (sc->vbsc_wce != wce_next) { in pci_vtblk_apply_feats()
586 (void) blockif_set_wce(sc->bc, wce_next); in pci_vtblk_apply_feats()
587 sc->vbsc_wce = wce_next; in pci_vtblk_apply_feats()