Home
last modified time | relevance | path

Searched defs:mlx5e_vlan_table (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dfs.h47 struct mlx5e_vlan_table { struct
48 struct mlx5e_flow_table ft;
51 struct mlx5_flow_handle *active_cvlans_rule[VLAN_N_VID];
52 struct mlx5_flow_handle *active_svlans_rule[VLAN_N_VID];
53 struct mlx5_flow_handle *untagged_rule;
54 struct mlx5_flow_handle *any_cvlan_rule;
55 struct mlx5_flow_handle *any_svlan_rule;
56 bool cvlan_filter_disabled;
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs.c147 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