Home
last modified time | relevance | path

Searched refs:BRIDGE_VLAN_INFO_UNTAGGED (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/net/bridge/
H A Dbr_vlan.c84 if (flags & BRIDGE_VLAN_INFO_UNTAGGED) in __vlan_flags_update()
85 v->flags |= BRIDGE_VLAN_INFO_UNTAGGED; in __vlan_flags_update()
87 v->flags &= ~BRIDGE_VLAN_INFO_UNTAGGED; in __vlan_flags_update()
1124 BRIDGE_VLAN_INFO_UNTAGGED | in __br_vlan_set_default_pvid()
1148 BRIDGE_VLAN_INFO_UNTAGGED, in __br_vlan_set_default_pvid()
1172 BRIDGE_VLAN_INFO_UNTAGGED, in __br_vlan_set_default_pvid()
1184 BRIDGE_VLAN_INFO_UNTAGGED | in __br_vlan_set_default_pvid()
1280 BRIDGE_VLAN_INFO_UNTAGGED, in nbp_vlan_init()
1741 BRIDGE_VLAN_INFO_UNTAGGED | in br_vlan_bridge_event()
1832 if (flags & BRIDGE_VLAN_INFO_UNTAGGED) in br_vlan_fill_vids()
[all …]
H A Dbr_netlink.c44 if (v->flags & BRIDGE_VLAN_INFO_UNTAGGED) in __get_num_vlan_infos()
45 flags |= BRIDGE_VLAN_INFO_UNTAGGED; in __get_num_vlan_infos()
382 if (v->flags & BRIDGE_VLAN_INFO_UNTAGGED) in br_fill_ifvlaninfo_compressed()
383 flags |= BRIDGE_VLAN_INFO_UNTAGGED; in br_fill_ifvlaninfo_compressed()
434 if (v->flags & BRIDGE_VLAN_INFO_UNTAGGED) in br_fill_ifvlaninfo()
435 vinfo.flags |= BRIDGE_VLAN_INFO_UNTAGGED; in br_fill_ifvlaninfo()
/openbmc/linux/drivers/net/dsa/
H A Ddsa_loop.c208 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in dsa_loop_port_vlan_add()
240 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in dsa_loop_port_vlan_del()
H A Dbcm_sf2_cfp.c890 vlan.flags = BRIDGE_VLAN_INFO_UNTAGGED; in bcm_sf2_cfp_rule_insert()
H A Drzn1_a5psw.c732 bool tagged = !(vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED); in a5psw_port_vlan_add()
/openbmc/linux/net/dsa/
H A Dtrace.h353 __entry->flags & BRIDGE_VLAN_INFO_UNTAGGED ? " untagged" : "",
398 __entry->flags & BRIDGE_VLAN_INFO_UNTAGGED ? " untagged" : "",
H A Dtag_8021q.c236 flags |= BRIDGE_VLAN_INFO_UNTAGGED | in dsa_switch_tag_8021q_vlan_add()
/openbmc/linux/include/uapi/linux/
H A Dif_bridge.h132 #define BRIDGE_VLAN_INFO_UNTAGGED (1<<2) /* VLAN egresses untagged */ macro
/openbmc/linux/drivers/net/dsa/realtek/
H A Drtl8366-core.c299 bool untagged = !!(vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED); in rtl8366_vlan_add()
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz9477.c402 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in ksz9477_port_vlan_add()
436 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in ksz9477_port_vlan_del()
H A Dksz8795.c1135 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in ksz8_port_vlan_add()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-switchdev.c238 bool untag = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in am65_cpsw_port_vlans_add()
H A Dcpsw_switchdev.c253 bool untag = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in cpsw_port_vlans_add()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch_br.c705 (flags & BRIDGE_VLAN_INFO_UNTAGGED)) { in ice_eswitch_br_vlan_create()
710 (flags & BRIDGE_VLAN_INFO_UNTAGGED)) { in ice_eswitch_br_vlan_create()
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_switchdev.c540 v->flags & BRIDGE_VLAN_INFO_UNTAGGED); in lan966x_handle_port_vlan_add()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c431 v->flags & BRIDGE_VLAN_INFO_UNTAGGED); in sparx5_handle_port_vlan_add()
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_common.c1489 !(vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED)) in b53_vlan_prepare()
1505 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in b53_vlan_add()
1544 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in b53_vlan_del()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c311 if (flags & BRIDGE_VLAN_INFO_UNTAGGED) { 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 Dfelix.c1005 flags & BRIDGE_VLAN_INFO_UNTAGGED, in felix_vlan_prepare()
1031 flags & BRIDGE_VLAN_INFO_UNTAGGED); in felix_vlan_add()
/openbmc/linux/drivers/net/dsa/qca/
H A Dqca8k-common.c1003 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in qca8k_port_vlan_add()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.h465 if (err || !(vinfo.flags & BRIDGE_VLAN_INFO_UNTAGGED)) in mlxsw_sp_vxlan_mapped_vid()
H A Dspectrum_span.c282 if (vinfo.flags & BRIDGE_VLAN_INFO_UNTAGGED) in mlxsw_sp_span_entry_bridge_8021q()
H A Dspectrum_switchdev.c1582 bool flag_untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in mlxsw_sp_port_vlans_add()
3939 bool flag_untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in mlxsw_sp_switchdev_vxlan_vlans_add()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c1470 bool flag_untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in prestera_port_vlans_add()
/openbmc/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek.c463 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in hellcreek_vlan_add()

12