Searched defs:mlx4_vlan_table (Results 1 – 1 of 1) sorted by relevance
768 struct mlx4_vlan_table { struct769 __be32 entries[MLX4_MAX_VLAN_NUM];770 int refs[MLX4_MAX_VLAN_NUM];771 int is_dup[MLX4_MAX_VLAN_NUM];772 struct mutex mutex;773 int total;774 int max;
Completed in 11 milliseconds