Searched refs:mlx5e_add_l2_flow_rule (Results 1 – 1 of 1) sorted by relevance
74 static int mlx5e_add_l2_flow_rule(struct mlx5e_flow_steering *fs,586 mlx5e_add_l2_flow_rule(fs, &hn->ai, MLX5E_FULLMATCH); in mlx5e_execute_l2_action()846 mlx5e_add_l2_flow_rule(fs, &ea->allmulti, MLX5E_ALLMULTI); in mlx5e_fs_set_rx_mode_work()848 mlx5e_add_l2_flow_rule(fs, &ea->broadcast, MLX5E_FULLMATCH); in mlx5e_fs_set_rx_mode_work()955 static int mlx5e_add_l2_flow_rule(struct mlx5e_flow_steering *fs, in mlx5e_add_l2_flow_rule() function