Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/
H A Dvitesse-vsc73xx-core.c1243 enum vsc73xx_port_vlan_conf port_vlan_conf) in vsc73xx_set_vlan_conf() argument
1248 if (port_vlan_conf == VSC73XX_VLAN_IGNORE) in vsc73xx_set_vlan_conf()
1259 val = (port_vlan_conf == VSC73XX_VLAN_FILTER) ? in vsc73xx_set_vlan_conf()
1287 enum vsc73xx_port_vlan_conf port_vlan_conf = VSC73XX_VLAN_IGNORE; in vsc73xx_vlan_commit_conf() local
1291 port_vlan_conf = VSC73XX_VLAN_FILTER; in vsc73xx_vlan_commit_conf()
1295 port_vlan_conf = VSC73XX_VLAN_FILTER; in vsc73xx_vlan_commit_conf()
1299 port_vlan_conf = VSC73XX_VLAN_FILTER_UNTAG_ALL; in vsc73xx_vlan_commit_conf()
1302 return vsc73xx_set_vlan_conf(vsc, port, port_vlan_conf); in vsc73xx_vlan_commit_conf()