Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs.c41 static int mlx5e_add_l2_flow_rule(struct mlx5e_priv *priv,
444 mlx5e_add_l2_flow_rule(priv, &hn->ai, MLX5E_FULLMATCH); in mlx5e_execute_l2_action()
623 mlx5e_add_l2_flow_rule(priv, &ea->promisc, MLX5E_PROMISC); in mlx5e_set_rx_mode_work()
628 mlx5e_add_l2_flow_rule(priv, &ea->allmulti, MLX5E_ALLMULTI); in mlx5e_set_rx_mode_work()
630 mlx5e_add_l2_flow_rule(priv, &ea->broadcast, MLX5E_FULLMATCH); in mlx5e_set_rx_mode_work()
1266 static int mlx5e_add_l2_flow_rule(struct mlx5e_priv *priv, in mlx5e_add_l2_flow_rule() function