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

/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c1480 struct ifrsshash ifrh; local
1527 memset(&ifrh, 0, sizeof(ifrh));
1528 strlcpy(ifrh.ifrh_name, vf_ifp->if_xname, sizeof(ifrh.ifrh_name));
1529 error = vf_ifp->if_ioctl(vf_ifp, SIOCGIFRSSHASH, (caddr_t)&ifrh);
1535 if (ifrh.ifrh_func != RSS_FUNC_TOEPLITZ) {
1537 vf_ifp->if_xname, ifrh.ifrh_func);
1542 if ((ifrh.ifrh_types & my_types) == 0) {
1546 ifrh
3698 struct ifrsshash *ifrh; local
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1958 struct ifrsshash *ifrh; local
2111 ifrh = (struct ifrsshash *)data;
2112 ifrh->ifrh_func = RSS_FUNC_TOEPLITZ;
2113 ifrh->ifrh_types = 0;
2115 ifrh->ifrh_types |= RSS_TYPE_IPV4;
2117 ifrh->ifrh_types |= RSS_TYPE_TCP_IPV4;
2119 ifrh->ifrh_types |= RSS_TYPE_IPV6;
2121 ifrh->ifrh_types |= RSS_TYPE_TCP_IPV6;
2123 ifrh->ifrh_types |= RSS_TYPE_UDP_IPV4;
2125 ifrh
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3102 struct ifrsshash *ifrh; local
3376 ifrh = (struct ifrsshash *)data;
3377 ifrh->ifrh_func = RSS_FUNC_TOEPLITZ;
3378 ifrh->ifrh_types =

Completed in 76 milliseconds