Symbol: BRIDGE_VLAN_INFO_PVID
drivers/net/dsa/b53/b53_common.c
1721
bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/dsa/dsa_loop.c
221
bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/dsa/hirschmann/hellcreek.c
460
bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/dsa/lantiq/lantiq_gswip_common.c
1034
bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/dsa/microchip/ksz8.c
1543
if (vlan->flags & BRIDGE_VLAN_INFO_PVID)
drivers/net/dsa/microchip/ksz9477.c
678
if (vlan->flags & BRIDGE_VLAN_INFO_PVID)
drivers/net/dsa/mt7530.c
1951
bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/dsa/mv88e6xxx/chip.c
2661
bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/dsa/ocelot/felix.c
1091
flags & BRIDGE_VLAN_INFO_PVID,
drivers/net/dsa/ocelot/felix.c
1132
flags & BRIDGE_VLAN_INFO_PVID,
drivers/net/dsa/qca/qca8k-common.c
1016
bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/dsa/realtek/rtl8366-core.c
300
bool pvid = !!(vlan->flags & BRIDGE_VLAN_INFO_PVID);
drivers/net/dsa/rzn1_a5psw.c
744
bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/dsa/sja1105/sja1105_main.c
2523
if (vlan->flags & BRIDGE_VLAN_INFO_PVID)
drivers/net/dsa/sja1105/sja1105_main.c
2562
if (flags & BRIDGE_VLAN_INFO_PVID)
drivers/net/dsa/vitesse-vsc73xx-core.c
1633
bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/dsa/vitesse-vsc73xx-core.c
1750
bool pvid = flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/dsa/yt921x.c
2005
if (vlan->flags & BRIDGE_VLAN_INFO_PVID) {
drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c
2142
BRIDGE_VLAN_INFO_UNTAGGED | BRIDGE_VLAN_INFO_PVID);
drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c
3179
.flags = BRIDGE_VLAN_INFO_UNTAGGED | BRIDGE_VLAN_INFO_PVID,
drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c
323
if (flags & BRIDGE_VLAN_INFO_PVID) {
drivers/net/ethernet/intel/ice/ice_eswitch_br.c
707
if ((flags & BRIDGE_VLAN_INFO_PVID) &&
drivers/net/ethernet/intel/ice/ice_eswitch_br.c
712
} else if ((flags & BRIDGE_VLAN_INFO_PVID) ||
drivers/net/ethernet/marvell/prestera/prestera_switchdev.c
1471
bool flag_pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge.c
1142
if (flags & BRIDGE_VLAN_INFO_PVID) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
1572
bool flag_pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
1583
bool flag_pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
3966
bool flag_pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/ethernet/microchip/lan966x/lan966x_switchdev.c
540
v->flags & BRIDGE_VLAN_INFO_PVID,
drivers/net/ethernet/microchip/sparx5/sparx5_switchdev.c
455
v->flags & BRIDGE_VLAN_INFO_PVID,
drivers/net/ethernet/mscc/ocelot_net.c
1148
bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/ethernet/ti/am65-cpsw-switchdev.c
240
bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/ethernet/ti/cpsw_switchdev.c
255
bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
drivers/net/ethernet/ti/icssg/icssg_switchdev.c
292
bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
net/bridge/br_netlink.c
1847
vxi.flags |= BRIDGE_VLAN_INFO_PVID;
net/bridge/br_netlink.c
380
flags |= BRIDGE_VLAN_INFO_PVID;
net/bridge/br_netlink.c
42
flags |= BRIDGE_VLAN_INFO_PVID;
net/bridge/br_netlink.c
432
vinfo.flags |= BRIDGE_VLAN_INFO_PVID;
net/bridge/br_private.h
1687
return v->vid == pvid ? v->flags | BRIDGE_VLAN_INFO_PVID : v->flags;
net/bridge/br_private.h
701
if (cur->flags & BRIDGE_VLAN_INFO_PVID) {
net/bridge/br_vlan.c
1127
BRIDGE_VLAN_INFO_PVID |
net/bridge/br_vlan.c
1151
BRIDGE_VLAN_INFO_PVID |
net/bridge/br_vlan.c
1175
BRIDGE_VLAN_INFO_PVID |
net/bridge/br_vlan.c
1187
BRIDGE_VLAN_INFO_PVID |
net/bridge/br_vlan.c
1283
BRIDGE_VLAN_INFO_PVID |
net/bridge/br_vlan.c
1525
p_vinfo->flags |= BRIDGE_VLAN_INFO_PVID;
net/bridge/br_vlan.c
1552
p_vinfo->flags |= BRIDGE_VLAN_INFO_PVID;
net/bridge/br_vlan.c
1752
BRIDGE_VLAN_INFO_PVID |
net/bridge/br_vlan.c
1870
if (flags & BRIDGE_VLAN_INFO_PVID)
net/bridge/br_vlan.c
1871
info.flags |= BRIDGE_VLAN_INFO_PVID;
net/bridge/br_vlan.c
1877
!(flags & BRIDGE_VLAN_INFO_PVID) &&
net/bridge/br_vlan.c
1957
flags |= BRIDGE_VLAN_INFO_PVID;
net/bridge/br_vlan.c
73
change = !!(flags & BRIDGE_VLAN_INFO_PVID) == !!(vg->pvid != v->vid) ||
net/bridge/br_vlan.c
79
if (flags & BRIDGE_VLAN_INFO_PVID)
net/bridge/br_vlan.c
801
vlan->flags &= ~BRIDGE_VLAN_INFO_PVID;
net/dsa/tag_8021q.c
237
BRIDGE_VLAN_INFO_PVID;
net/dsa/trace.h
352
__entry->flags & BRIDGE_VLAN_INFO_PVID ? " pvid" : "",
net/dsa/trace.h
397
__entry->flags & BRIDGE_VLAN_INFO_PVID ? " pvid" : "",
net/dsa/user.c
732
vlan.flags &= ~BRIDGE_VLAN_INFO_PVID;