Searched refs:virtio_has_feature (Results 1 – 3 of 3) sorted by relevance
159 boolean_t virtio_has_feature(struct virtio_softc *sc, uint32_t feature);
141 virtio_has_feature(struct virtio_softc *sc, uint32_t feature) in virtio_has_feature() function508 virtio_has_feature(sc, VIRTIO_F_RING_INDIRECT_DESC)); in virtio_alloc_vq()
1526 return (virtio_has_feature(&sc->sc_virtio, feature)); in vioif_has_feature()