Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs.c41 static int mlx5e_add_l2_flow_rule(struct mlx5e_priv *priv,
438 mlx5e_add_l2_flow_rule(priv, &hn->ai, MLX5E_FULLMATCH); in mlx5e_execute_l2_action()
617 mlx5e_add_l2_flow_rule(priv, &ea->promisc, MLX5E_PROMISC); in mlx5e_set_rx_mode_work()
622 mlx5e_add_l2_flow_rule(priv, &ea->allmulti, MLX5E_ALLMULTI); in mlx5e_set_rx_mode_work()
624 mlx5e_add_l2_flow_rule(priv, &ea->broadcast, MLX5E_FULLMATCH); in mlx5e_set_rx_mode_work()
1238 static int mlx5e_add_l2_flow_rule(struct mlx5e_priv *priv, in mlx5e_add_l2_flow_rule() function