Searched refs:mlx5e_add_l2_flow_rule (Results 1 – 1 of 1) sorted by relevance
72 static int mlx5e_add_l2_flow_rule(struct mlx5e_flow_steering *fs,581 mlx5e_add_l2_flow_rule(fs, &hn->ai, MLX5E_FULLMATCH); in mlx5e_execute_l2_action()840 mlx5e_add_l2_flow_rule(fs, &ea->allmulti, MLX5E_ALLMULTI); in mlx5e_fs_set_rx_mode_work()842 mlx5e_add_l2_flow_rule(fs, &ea->broadcast, MLX5E_FULLMATCH); in mlx5e_fs_set_rx_mode_work()951 static int mlx5e_add_l2_flow_rule(struct mlx5e_flow_steering *fs, in mlx5e_add_l2_flow_rule() function