Lines Matching refs:hfunc
1115 static int mlx4_en_check_rxfh_func(struct net_device *dev, u8 hfunc) in mlx4_en_check_rxfh_func() argument
1120 if (hfunc == ETH_RSS_HASH_TOP) { in mlx4_en_check_rxfh_func()
1126 } else if (hfunc == ETH_RSS_HASH_XOR) { in mlx4_en_check_rxfh_func()
1138 u8 *hfunc) in mlx4_en_get_rxfh() argument
1157 if (hfunc) in mlx4_en_get_rxfh()
1158 *hfunc = priv->rss_hash_fn; in mlx4_en_get_rxfh()
1163 const u8 *key, const u8 hfunc) in mlx4_en_set_rxfh() argument
1192 if (hfunc != ETH_RSS_HASH_NO_CHANGE) { in mlx4_en_set_rxfh()
1193 err = mlx4_en_check_rxfh_func(dev, hfunc); in mlx4_en_set_rxfh()
1208 if (hfunc != ETH_RSS_HASH_NO_CHANGE) in mlx4_en_set_rxfh()
1209 priv->rss_hash_fn = hfunc; in mlx4_en_set_rxfh()