Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/vioif/
H A Dvioif.c1524 vioif_has_feature(struct vioif_softc *sc, uint32_t feature) in vioif_has_feature() function
1619 if (vioif_has_feature(sc, VIRTIO_NET_F_CSUM)) { in vioif_check_features()
1624 if (!vioif_has_feature(sc, VIRTIO_NET_F_GUEST_CSUM)) { in vioif_check_features()
1629 if (vioif_has_feature(sc, VIRTIO_NET_F_HOST_TSO4)) { in vioif_check_features()
1639 if (!vioif_has_feature(sc, VIRTIO_NET_F_HOST_ECN)) { in vioif_check_features()
1712 vsc->sc_nvqs = vioif_has_feature(sc, VIRTIO_NET_F_CTRL_VQ) ? 3 : 2; in vioif_attach()
1748 if (vioif_has_feature(sc, VIRTIO_NET_F_CTRL_VQ)) { in vioif_attach()