Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/io/virtio/
H A Dvirtio.c100 uint32_t host_features; in virtio_negotiate_features() local
103 host_features = ddi_get32(sc->sc_ioh, in virtio_negotiate_features()
108 host_features, guest_features); in virtio_negotiate_features()
110 features = host_features & guest_features; in virtio_negotiate_features()
118 return (host_features); in virtio_negotiate_features()
/titanic_53/usr/src/uts/common/io/vioblk/
H A Dvioblk.c613 uint32_t host_features; in vioblk_dev_features() local
615 host_features = virtio_negotiate_features(&sc->sc_virtio, in vioblk_dev_features()
625 vioblk_show_features(sc, "Host features: ", host_features); in vioblk_dev_features()
/titanic_53/usr/src/uts/common/io/vioif/
H A Dvioif.c1499 uint32_t host_features; in vioif_dev_features() local
1501 host_features = virtio_negotiate_features(&sc->sc_virtio, in vioif_dev_features()
1510 vioif_show_features(sc, "Host features: ", host_features); in vioif_dev_features()