Searched refs:vsc73xx_vlan (Results 1 – 1 of 1) sorted by relevance
1197 vsc73xx_bridge_vlan_remove_port(struct vsc73xx_bridge_vlan *vsc73xx_vlan, in vsc73xx_bridge_vlan_remove_port() argument1200 vsc73xx_vlan->portmask &= ~BIT(port); in vsc73xx_bridge_vlan_remove_port()1202 if (vsc73xx_vlan->portmask) in vsc73xx_bridge_vlan_remove_port()1205 list_del(&vsc73xx_vlan->list); in vsc73xx_bridge_vlan_remove_port()1206 kfree(vsc73xx_vlan); in vsc73xx_bridge_vlan_remove_port()1635 struct vsc73xx_bridge_vlan *vsc73xx_vlan; in vsc73xx_port_vlan_add() local1664 vsc73xx_vlan = vsc73xx_bridge_vlan_find(vsc, vlan->vid); in vsc73xx_port_vlan_add()1666 if (!vsc73xx_vlan) { in vsc73xx_port_vlan_add()1667 vsc73xx_vlan = kzalloc(sizeof(*vsc73xx_vlan), GFP_KERNEL); in vsc73xx_port_vlan_add()1668 if (!vsc73xx_vlan) in vsc73xx_port_vlan_add()[all …]