Searched defs:mlx5e_flow_steering (Results 1 – 1 of 1) sorted by relevance
45 struct mlx5e_flow_steering { struct46 struct work_struct set_rx_mode_work;47 bool state_destroy;48 bool vlan_strip_disable;49 struct mlx5_core_dev *mdev;50 struct net_device *netdev;74 static int mlx5e_add_l2_flow_rule(struct mlx5e_flow_steering *fs, argument