Home
last modified time | relevance | path

Searched refs:BR_PORT_MAB (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dif_bridge.h62 #define BR_PORT_MAB BIT(22) macro
/openbmc/linux/net/bridge/
H A Dbr_netlink.c283 nla_put_u8(skb, IFLA_BRPORT_MAB, !!(p->flags & BR_PORT_MAB)) || in br_port_fill_attrs()
970 br_set_port_flag(p, tb, IFLA_BRPORT_MAB, BR_PORT_MAB); in br_setport()
974 if ((p->flags & BR_PORT_MAB) && in br_setport()
979 } else if (!(p->flags & BR_PORT_MAB) && (old_flags & BR_PORT_MAB)) { in br_setport()
H A Dbr_input.c119 if (p->flags & BR_PORT_MAB) in br_handle_frame_finish()
H A Dbr_switchdev.c74 #define BR_PORT_FLAGS_HW_OFFLOAD (BR_LEARNING | BR_FLOOD | BR_PORT_MAB | \
H A Dbr_fdb.c1389 if (locked && (!p || !(p->flags & BR_PORT_MAB))) in br_fdb_external_learn_add()
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c6552 BR_BCAST_FLOOD | BR_PORT_LOCKED | BR_PORT_MAB)) in mv88e6xxx_port_pre_bridge_flags()
6610 if (flags.mask & BR_PORT_MAB) { in mv88e6xxx_port_bridge_flags()
6611 bool mab = !!(flags.val & BR_PORT_MAB); in mv88e6xxx_port_bridge_flags()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c875 BR_PORT_LOCKED | BR_PORT_MAB)) { in mlxsw_sp_port_attr_br_pre_flags_set()