Lines Matching refs:hfunc
1100 static int mlx4_en_check_rxfh_func(struct net_device *dev, u8 hfunc) in mlx4_en_check_rxfh_func() argument
1105 if (hfunc == ETH_RSS_HASH_TOP) { in mlx4_en_check_rxfh_func()
1111 } else if (hfunc == ETH_RSS_HASH_XOR) { in mlx4_en_check_rxfh_func()
1123 u8 *hfunc) in mlx4_en_get_rxfh() argument
1142 if (hfunc) in mlx4_en_get_rxfh()
1143 *hfunc = priv->rss_hash_fn; in mlx4_en_get_rxfh()
1148 const u8 *key, const u8 hfunc) in mlx4_en_set_rxfh() argument
1177 if (hfunc != ETH_RSS_HASH_NO_CHANGE) { in mlx4_en_set_rxfh()
1178 err = mlx4_en_check_rxfh_func(dev, hfunc); in mlx4_en_set_rxfh()
1193 if (hfunc != ETH_RSS_HASH_NO_CHANGE) in mlx4_en_set_rxfh()
1194 priv->rss_hash_fn = hfunc; in mlx4_en_set_rxfh()