Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif.h647 uint8_t ifrh_func; /* RSS_FUNC_ */ member
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c1623 if (ifrh.ifrh_func == RSS_FUNC_NONE) in hn_vf_rss_fixup()
1625 if (ifrh.ifrh_func != RSS_FUNC_TOEPLITZ) { in hn_vf_rss_fixup()
1627 if_name(vf_ifp), ifrh.ifrh_func); in hn_vf_rss_fixup()
4321 ifrh->ifrh_func = RSS_FUNC_NONE; in hn_ioctl()
4327 ifrh->ifrh_func = RSS_FUNC_TOEPLITZ; in hn_ioctl()
4329 ifrh->ifrh_func = RSS_FUNC_PRIVATE; in hn_ioctl()
/freebsd/sys/dev/ixgbe/
H A Dif_ixv.c682 ifrh->ifrh_func = RSS_FUNC_TOEPLITZ; in ixv_if_get_rss_hash()
/freebsd/sys/dev/mana/
H A Dmana_en.c295 ifrh->ifrh_func = RSS_FUNC_TOEPLITZ; in mana_ioctl()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c2107 ifrh->ifrh_func = RSS_FUNC_TOEPLITZ; in mlx4_en_ioctl()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3896 ifrh->ifrh_func = RSS_FUNC_TOEPLITZ; in mlx5e_ioctl()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c2584 ifrh->ifrh_func = rss->rss_enable ? RSS_FUNC_TOEPLITZ : RSS_FUNC_NONE; in qlnx_get_rss_hash()