Searched refs:my_types (Results 1 – 1 of 1) sorted by relevance
1454 uint32_t my_types, diff_types, mbuf_types = 0; in hn_vf_rss_fixup() local1512 my_types = hn_rss_type_fromndis(sc->hn_rss_hcap); in hn_vf_rss_fixup()1513 if ((ifrh.ifrh_types & my_types) == 0) { in hn_vf_rss_fixup()1517 ifrh.ifrh_types, my_types); in hn_vf_rss_fixup()1521 diff_types = my_types ^ ifrh.ifrh_types; in hn_vf_rss_fixup()1522 my_types &= ifrh.ifrh_types; in hn_vf_rss_fixup()1523 mbuf_types = my_types; in hn_vf_rss_fixup()1539 if ((my_types & RSS_TYPE_IPV4) && in hn_vf_rss_fixup()1546 if ((my_types & RSS_TYPE_IPV6) && in hn_vf_rss_fixup()1555 if ((my_types & RSS_TYPE_IPV6_EX) && in hn_vf_rss_fixup()[all …]