Searched refs:my_types (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c1499 uint32_t my_types, diff_types, mbuf_types = 0; local
1557 my_types = hn_rss_type_fromndis(sc->hn_rss_hcap);
1558 if ((ifrh.ifrh_types & my_types) == 0) {
1562 ifrh.ifrh_types, my_types);
1566 diff_types = my_types ^ ifrh.ifrh_types;
1567 my_types &= ifrh.ifrh_types;
1568 mbuf_types = my_types;
1584 if ((my_types & RSS_TYPE_IPV4) &&
1591 if ((my_types & RSS_TYPE_IPV6) &&
1600 if ((my_types
[all...]

Completed in 61 milliseconds