Lines Matching full:vlans
782 v = &dev->vlans[def_vid]; in b53_configure_vlan()
790 /* Upon initial call we have not set-up any VLANs, but upon in b53_configure_vlan()
794 v = &dev->vlans[vid]; in b53_configure_vlan()
910 /* reset vlans */ in b53_reset_switch()
911 memset(priv->vlans, 0, sizeof(*priv->vlans) * priv->num_vlans); in b53_reset_switch()
1080 vl = &dev->vlans[i]; in b53_devlink_vlan_table_get()
1123 * which forces the CPU port to be tagged in all VLANs. in b53_setup()
1530 vl = &dev->vlans[vlan->vid]; in b53_vlan_add()
1566 vl = &dev->vlans[vlan->vid]; in b53_vlan_del()
1920 /* Make this port leave the all VLANs join since we will have proper in b53_br_join()
1961 struct b53_vlan *vl = &dev->vlans[0]; in b53_br_leave()
1988 /* Make this port join all VLANs without VLAN entries */ in b53_br_leave()
2327 u16 vlans; member
2350 .vlans = 16,
2360 .vlans = 256,
2370 .vlans = 4096,
2383 .vlans = 4096,
2396 .vlans = 4096,
2409 .vlans = 4096,
2422 .vlans = 4096,
2435 .vlans = 4096,
2448 .vlans = 4096,
2461 .vlans = 4096,
2474 .vlans = 4096,
2487 .vlans = 4096,
2500 .vlans = 4096,
2513 .vlans = 4096,
2526 .vlans = 4096,
2539 .vlans = 4096,
2552 .vlans = 4096,
2565 .vlans = 4096,
2579 .vlans = 4096,
2592 .vlans = 4096,
2605 .vlans = 4096,
2618 .vlans = 4096,
2649 dev->num_vlans = chip->vlans; in b53_switch_init()
2701 dev->vlans = devm_kcalloc(dev->dev, in b53_switch_init()
2704 if (!dev->vlans) in b53_switch_init()