Lines Matching full:vlans
769 v = &dev->vlans[def_vid]; in b53_configure_vlan()
777 /* Upon initial call we have not set-up any VLANs, but upon in b53_configure_vlan()
781 v = &dev->vlans[vid]; in b53_configure_vlan()
897 /* reset vlans */ in b53_reset_switch()
898 memset(priv->vlans, 0, sizeof(*priv->vlans) * priv->num_vlans); in b53_reset_switch()
1067 vl = &dev->vlans[i]; in b53_devlink_vlan_table_get()
1110 * which forces the CPU port to be tagged in all VLANs. in b53_setup()
1518 vl = &dev->vlans[vlan->vid]; in b53_vlan_add()
1554 vl = &dev->vlans[vlan->vid]; in b53_vlan_del()
1908 /* Make this port leave the all VLANs join since we will have proper in b53_br_join()
1949 struct b53_vlan *vl = &dev->vlans[0]; in b53_br_leave()
1976 /* Make this port join all VLANs without VLAN entries */ in b53_br_leave()
2334 u16 vlans; member
2357 .vlans = 16,
2367 .vlans = 256,
2377 .vlans = 4096,
2390 .vlans = 4096,
2403 .vlans = 4096,
2416 .vlans = 4096,
2429 .vlans = 4096,
2442 .vlans = 4096,
2455 .vlans = 4096,
2468 .vlans = 4096,
2481 .vlans = 4096,
2494 .vlans = 4096,
2507 .vlans = 4096,
2520 .vlans = 4096,
2533 .vlans = 4096,
2546 .vlans = 4096,
2559 .vlans = 4096,
2572 .vlans = 4096,
2586 .vlans = 4096,
2599 .vlans = 4096,
2612 .vlans = 4096,
2625 .vlans = 4096,
2656 dev->num_vlans = chip->vlans; in b53_switch_init()
2708 dev->vlans = devm_kcalloc(dev->dev, in b53_switch_init()
2711 if (!dev->vlans) in b53_switch_init()