Lines Matching full:vlans
717 /* Upon initial call we have not set-up any VLANs, but upon in b53_configure_vlan()
721 v = &dev->vlans[vid]; in b53_configure_vlan()
837 /* reset vlans */ in b53_reset_switch()
838 memset(priv->vlans, 0, sizeof(*priv->vlans) * priv->num_vlans); in b53_reset_switch()
1007 vl = &dev->vlans[i]; in b53_devlink_vlan_table_get()
1434 vl = &dev->vlans[vid]; in b53_vlan_add()
1471 vl = &dev->vlans[vid]; in b53_vlan_del()
1816 /* Make this port leave the all VLANs join since we will have proper in b53_br_join()
1859 struct b53_vlan *vl = &dev->vlans[0]; in b53_br_leave()
1886 /* Make this port join all VLANs without VLAN entries */ in b53_br_leave()
2239 u16 vlans; member
2262 .vlans = 16,
2273 .vlans = 256,
2284 .vlans = 4096,
2298 .vlans = 4096,
2312 .vlans = 4096,
2326 .vlans = 4096,
2340 .vlans = 4096,
2354 .vlans = 4096,
2368 .vlans = 4096,
2382 .vlans = 4096,
2396 .vlans = 4096,
2410 .vlans = 4096,
2424 .vlans = 4096,
2438 .vlans = 4096,
2452 .vlans = 4096,
2466 .vlans = 4096,
2480 .vlans = 4096,
2494 .vlans = 4096,
2508 .vlans = 4096,
2540 dev->num_vlans = chip->vlans; in b53_switch_init()
2600 dev->vlans = devm_kcalloc(dev->dev, in b53_switch_init()
2603 if (!dev->vlans) in b53_switch_init()