Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c1454 uint32_t my_types, diff_types, mbuf_types = 0; in hn_vf_rss_fixup() local
1523 mbuf_types = my_types; in hn_vf_rss_fixup()
1544 mbuf_types &= ~RSS_TYPE_IPV4; in hn_vf_rss_fixup()
1553 mbuf_types &= ~RSS_TYPE_IPV6; in hn_vf_rss_fixup()
1562 mbuf_types &= ~RSS_TYPE_IPV6_EX; in hn_vf_rss_fixup()
1568 mbuf_types &= ~RSS_TYPE_TCP_IPV6; in hn_vf_rss_fixup()
1574 mbuf_types &= ~RSS_TYPE_TCP_IPV6_EX; in hn_vf_rss_fixup()
1580 mbuf_types &= ~RSS_TYPE_UDP_IPV6; in hn_vf_rss_fixup()
1586 mbuf_types &= ~RSS_TYPE_UDP_IPV6_EX; in hn_vf_rss_fixup()
1608 hn_rss_mbuf_hash(sc, hn_rss_type_tondis(mbuf_types)); in hn_vf_rss_fixup()