Searched refs:wce_next (Results 1 – 1 of 1) sorted by relevance
582 const int wce_next = ((caps & VTBLK_F_FLUSH) != 0) ? 1 : 0; in pci_vtblk_apply_feats() local584 if (sc->vbsc_wce != wce_next) { in pci_vtblk_apply_feats()585 (void) blockif_set_wce(sc->bc, wce_next); in pci_vtblk_apply_feats()586 sc->vbsc_wce = wce_next; in pci_vtblk_apply_feats()