Home
last modified time | relevance | path

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

/titanic_41/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()
109 host_features, guest_features); in virtio_negotiate_features()
111 features = host_features & guest_features; in virtio_negotiate_features()
119 return (host_features); in virtio_negotiate_features()
/titanic_41/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()