/openbmc/linux/net/bridge/ |
H A D | br_vlan.c | 79 if (flags & BRIDGE_VLAN_INFO_PVID) in __vlan_flags_update() 797 vlan->flags &= ~BRIDGE_VLAN_INFO_PVID; in br_vlan_add() 1123 BRIDGE_VLAN_INFO_PVID | in __br_vlan_set_default_pvid() 1147 BRIDGE_VLAN_INFO_PVID | in __br_vlan_set_default_pvid() 1171 BRIDGE_VLAN_INFO_PVID | in __br_vlan_set_default_pvid() 1183 BRIDGE_VLAN_INFO_PVID | in __br_vlan_set_default_pvid() 1279 BRIDGE_VLAN_INFO_PVID | in nbp_vlan_init() 1740 BRIDGE_VLAN_INFO_PVID | in br_vlan_bridge_event() 1834 if (flags & BRIDGE_VLAN_INFO_PVID) in br_vlan_fill_vids() 1835 info.flags |= BRIDGE_VLAN_INFO_PVID; in br_vlan_fill_vids() [all …]
|
H A D | br_netlink.c | 42 flags |= BRIDGE_VLAN_INFO_PVID; in __get_num_vlan_infos() 380 flags |= BRIDGE_VLAN_INFO_PVID; in br_fill_ifvlaninfo_compressed() 432 vinfo.flags |= BRIDGE_VLAN_INFO_PVID; in br_fill_ifvlaninfo() 1830 vxi.flags |= BRIDGE_VLAN_INFO_PVID; in br_fill_linkxstats()
|
H A D | br_private.h | 688 if (cur->flags & BRIDGE_VLAN_INFO_PVID) { in br_vlan_valid_range() 1618 return v->vid == pvid ? v->flags | BRIDGE_VLAN_INFO_PVID : v->flags; in br_vlan_flags()
|
/openbmc/linux/net/dsa/ |
H A D | trace.h | 352 __entry->flags & BRIDGE_VLAN_INFO_PVID ? " pvid" : "", 397 __entry->flags & BRIDGE_VLAN_INFO_PVID ? " pvid" : "",
|
H A D | tag_8021q.c | 237 BRIDGE_VLAN_INFO_PVID; in dsa_switch_tag_8021q_vlan_add()
|
/openbmc/linux/drivers/net/dsa/ |
H A D | dsa_loop.c | 209 bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in dsa_loop_port_vlan_add()
|
H A D | lantiq_gswip.c | 1252 bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in gswip_port_vlan_add() 1276 bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in gswip_port_vlan_del()
|
H A D | rzn1_a5psw.c | 733 bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in a5psw_port_vlan_add()
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_bridge.h | 131 #define BRIDGE_VLAN_INFO_PVID (1<<1) /* VLAN is PVID, ingress untagged */ macro
|
/openbmc/linux/drivers/net/dsa/realtek/ |
H A D | rtl8366-core.c | 300 bool pvid = !!(vlan->flags & BRIDGE_VLAN_INFO_PVID); in rtl8366_vlan_add()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-switchdev.c | 240 bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in am65_cpsw_port_vlans_add()
|
H A D | cpsw_switchdev.c | 255 bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in cpsw_port_vlans_add()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_eswitch_br.c | 707 if ((flags & BRIDGE_VLAN_INFO_PVID) && in ice_eswitch_br_vlan_create() 712 } else if ((flags & BRIDGE_VLAN_INFO_PVID) || in ice_eswitch_br_vlan_create()
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_switchdev.c | 539 v->flags & BRIDGE_VLAN_INFO_PVID, in lan966x_handle_port_vlan_add()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_switchdev.c | 430 v->flags & BRIDGE_VLAN_INFO_PVID, in sparx5_handle_port_vlan_add()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 323 if (flags & BRIDGE_VLAN_INFO_PVID) { in dpaa2_switch_port_add_vlan() 2135 BRIDGE_VLAN_INFO_UNTAGGED | BRIDGE_VLAN_INFO_PVID); in dpaa2_switch_port_bridge_leave() 3116 .flags = BRIDGE_VLAN_INFO_UNTAGGED | BRIDGE_VLAN_INFO_PVID, in dpaa2_switch_port_init()
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 1004 flags & BRIDGE_VLAN_INFO_PVID, in felix_vlan_prepare() 1030 flags & BRIDGE_VLAN_INFO_PVID, in felix_vlan_add()
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz9477.c | 427 if (vlan->flags & BRIDGE_VLAN_INFO_PVID) in ksz9477_port_vlan_add()
|
H A D | ksz8795.c | 1186 if (vlan->flags & BRIDGE_VLAN_INFO_PVID) in ksz8_port_vlan_add()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 1572 bool flag_pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in mlxsw_sp_br_rif_pvid_change() 1583 bool flag_pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in mlxsw_sp_port_vlans_add() 3940 bool flag_pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in mlxsw_sp_switchdev_vxlan_vlans_add()
|
/openbmc/linux/drivers/net/dsa/qca/ |
H A D | qca8k-common.c | 1004 bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in qca8k_port_vlan_add()
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_main.c | 2586 if (vlan->flags & BRIDGE_VLAN_INFO_PVID) in sja1105_bridge_vlan_add() 2625 if (flags & BRIDGE_VLAN_INFO_PVID) in sja1105_dsa_8021q_vlan_add()
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_switchdev.c | 1471 bool flag_pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in prestera_port_vlans_add()
|
/openbmc/linux/drivers/net/dsa/hirschmann/ |
H A D | hellcreek.c | 464 bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in hellcreek_vlan_add()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_net.c | 1090 bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in ocelot_port_obj_add_vlan()
|