Lines Matching full:vlans
780 v = &dev->vlans[def_vid]; in b53_configure_vlan()
788 /* Upon initial call we have not set-up any VLANs, but upon in b53_configure_vlan()
792 v = &dev->vlans[vid]; in b53_configure_vlan()
909 /* reset vlans */ in b53_reset_switch()
910 memset(priv->vlans, 0, sizeof(*priv->vlans) * priv->num_vlans); in b53_reset_switch()
1079 vl = &dev->vlans[i]; in b53_devlink_vlan_table_get()
1122 * which forces the CPU port to be tagged in all VLANs. in b53_setup()
1526 vl = &dev->vlans[vlan->vid]; in b53_vlan_add()
1562 vl = &dev->vlans[vlan->vid]; in b53_vlan_del()
1916 /* Make this port leave the all VLANs join since we will have proper in b53_br_join()
1983 vl = &dev->vlans[pvid]; in b53_br_leave()
1985 /* Make this port join all VLANs without VLAN entries */ in b53_br_leave()
2343 u16 vlans; member
2366 .vlans = 16,
2376 .vlans = 256,
2386 .vlans = 4096,
2399 .vlans = 4096,
2412 .vlans = 4096,
2425 .vlans = 4096,
2438 .vlans = 4096,
2451 .vlans = 4096,
2464 .vlans = 4096,
2477 .vlans = 4096,
2490 .vlans = 4096,
2503 .vlans = 4096,
2516 .vlans = 4096,
2529 .vlans = 4096,
2542 .vlans = 4096,
2555 .vlans = 4096,
2568 .vlans = 4096,
2581 .vlans = 4096,
2595 .vlans = 4096,
2608 .vlans = 4096,
2621 .vlans = 4096,
2634 .vlans = 4096,
2665 dev->num_vlans = chip->vlans; in b53_switch_init()
2717 dev->vlans = devm_kcalloc(dev->dev, in b53_switch_init()
2720 if (!dev->vlans) in b53_switch_init()