Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/virtio/mmio/
HDvirtio_mmio.c125 static void vtmmio_describe_features(struct vtmmio_softc *, const char *,
466 vtmmio_describe_features(sc, "host", host_features); in vtmmio_negotiate_features()
476 vtmmio_describe_features(sc, "negotiated", features); in vtmmio_negotiate_features()
703 vtmmio_describe_features(struct vtmmio_softc *sc, const char *msg, in vtmmio_describe_features() function