Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mediatek/
Dmtk_ppe_debugfs.c163 l2->vlan1, l2->vlan2, entry->ib1, ib2, in mtk_ppe_debugfs_foe_show()
Dmtk_ppe.h107 u16 vlan1; member
Dmtk_ppe.c396 l2->vlan1 = vid; in mtk_foe_entry_set_vlan()
400 l2->vlan1 = vid; in mtk_foe_entry_set_vlan()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1882 const struct mlx5_fs_vlan *vlan1) in check_conflicting_actions_vlan() argument
1884 return vlan0->ethtype != vlan1->ethtype || in check_conflicting_actions_vlan()
1885 vlan0->vid != vlan1->vid || in check_conflicting_actions_vlan()
1886 vlan0->prio != vlan1->prio; in check_conflicting_actions_vlan()