Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1722 static bool check_conflicting_actions_vlan(const struct mlx5_fs_vlan *vlan0, in check_conflicting_actions_vlan() argument
1725 return vlan0->ethtype != vlan1->ethtype || in check_conflicting_actions_vlan()
1726 vlan0->vid != vlan1->vid || in check_conflicting_actions_vlan()
1727 vlan0->prio != vlan1->prio; in check_conflicting_actions_vlan()