Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dfs.h43 struct mlx5e_vlan_table;
44 unsigned long *mlx5e_vlan_get_active_svlans(struct mlx5e_vlan_table *vlan);
45 struct mlx5_flow_table *mlx5e_vlan_get_flowtable(struct mlx5e_vlan_table *vlan);
152 struct mlx5e_vlan_table *mlx5e_fs_get_vlan(struct mlx5e_flow_steering *fs);
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs.c58 struct mlx5e_vlan_table *vlan;
147 struct mlx5e_vlan_table { struct
160 unsigned long *mlx5e_vlan_get_active_svlans(struct mlx5e_vlan_table *vlan) in mlx5e_vlan_get_active_svlans() argument
165 struct mlx5_flow_table *mlx5e_vlan_get_flowtable(struct mlx5e_vlan_table *vlan) in mlx5e_vlan_get_flowtable()
1387 struct mlx5e_vlan_table *mlx5e_fs_get_vlan(struct mlx5e_flow_steering *fs) in mlx5e_fs_get_vlan()
H A Den_tc.c1236 struct mlx5e_vlan_table *vlan = mlx5e_fs_get_vlan(priv->fs); in mlx5e_add_offloaded_nic_rule()
H A Den_main.c4352 struct mlx5e_vlan_table *vlan; in mlx5e_fix_features()