Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c97 static boolean_t vioif_has_feature(vioif_t *, uint32_t);
1755 vioif_has_feature(vioif_t *vif, uint32_t feature) in vioif_has_feature() function
1770 if (vioif_has_feature(vif, VIRTIO_NET_F_MAC)) { in vioif_get_mac()
1848 if (vioif_has_feature(vif, VIRTIO_NET_F_CSUM)) { in vioif_check_features()
1858 boolean_t gso = vioif_has_feature(vif, VIRTIO_NET_F_GSO); in vioif_check_features()
1859 boolean_t tso4 = vioif_has_feature(vif, VIRTIO_NET_F_HOST_TSO4); in vioif_check_features()
1860 boolean_t tso6 = vioif_has_feature(vif, VIRTIO_NET_F_HOST_TSO6); in vioif_check_features()
1861 boolean_t ecn = vioif_has_feature(vif, VIRTIO_NET_F_HOST_ECN); in vioif_check_features()
1882 if (vioif_has_feature(vif, VIRTIO_NET_F_CTRL_VQ)) { in vioif_check_features()
1889 if (vioif_has_feature(vif, VIRTIO_NET_F_CTRL_RX)) in vioif_check_features()
[all …]