Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/dsa/
Dvitesse-vsc73xx-core.c1639 bool commit_to_hardware; in vsc73xx_port_vlan_add() local
1699 commit_to_hardware = !vsc73xx_tag_8021q_active(dp); in vsc73xx_port_vlan_add()
1700 if (commit_to_hardware) { in vsc73xx_port_vlan_add()
1721 bool commit_to_hardware; in vsc73xx_port_vlan_del() local
1739 commit_to_hardware = !vsc73xx_tag_8021q_active(dsa_to_port(ds, port)); in vsc73xx_port_vlan_del()
1741 if (commit_to_hardware) in vsc73xx_port_vlan_del()
1753 bool commit_to_hardware; in vsc73xx_tag_8021q_vlan_add() local
1763 commit_to_hardware = vsc73xx_tag_8021q_active(dsa_to_port(ds, port)); in vsc73xx_tag_8021q_vlan_add()
1764 if (commit_to_hardware) { in vsc73xx_tag_8021q_vlan_add()
1783 bool commit_to_hardware; in vsc73xx_tag_8021q_vlan_del() local
[all …]