Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_block.c89 #define VTBLK_F_FLUSH (1 << 9) /* Writeback mode enabled after reset */ macro
103 VTBLK_F_FLUSH | \
583 const int wce_next = ((caps & VTBLK_F_FLUSH) != 0) ? 1 : 0; in pci_vtblk_apply_feats()