Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1600 static bool check_conflicting_actions_vlan(const struct mlx5_fs_vlan *vlan0, in check_conflicting_actions_vlan() argument
1603 return vlan0->ethtype != vlan1->ethtype || in check_conflicting_actions_vlan()
1604 vlan0->vid != vlan1->vid || in check_conflicting_actions_vlan()
1605 vlan0->prio != vlan1->prio; in check_conflicting_actions_vlan()