Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mediatek/
Dmtk_ppe_debugfs.c158 l2->vlan1, l2->vlan2, entry->ib1, ib2); in mtk_ppe_debugfs_foe_show()
Dmtk_ppe.h92 u16 vlan1; member
Dmtk_ppe.c344 l2->vlan1 = vid; in mtk_foe_entry_set_vlan()
348 l2->vlan1 = vid; in mtk_foe_entry_set_vlan()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1601 const struct mlx5_fs_vlan *vlan1) 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()