Searched defs:mlx5e_flow_steering (Results 1 – 1 of 1) sorted by relevance
44 struct mlx5e_flow_steering { struct45 struct work_struct set_rx_mode_work;46 bool state_destroy;47 bool vlan_strip_disable;48 struct mlx5_core_dev *mdev;72 static int mlx5e_add_l2_flow_rule(struct mlx5e_flow_steering *fs, argument