Home
last modified time | relevance | path

Searched refs:BR_LEARNING_SYNC (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/s390/net/
H A Dqeth_l2_main.c731 (priv->brport_features & BR_LEARNING_SYNC) && in qeth_l2_must_learn()
1031 priv->brport_features |= BR_LEARNING_SYNC; in qeth_l2_bridge_setlink()
1038 priv->brport_features ^= BR_LEARNING_SYNC; in qeth_l2_bridge_setlink()
1190 priv->brport_hw_features |= BR_LEARNING_SYNC; in qeth_l2_detect_dev2br_support()
1192 priv->brport_hw_features &= ~BR_LEARNING_SYNC; in qeth_l2_detect_dev2br_support()
1200 if (priv->brport_features & BR_LEARNING_SYNC) { in qeth_l2_enable_brport_features()
1217 priv->brport_features ^= BR_LEARNING_SYNC; in qeth_l2_enable_brport_features()
1222 priv->brport_features ^= BR_LEARNING_SYNC; in qeth_l2_enable_brport_features()
1424 priv->brport_features ^= BR_LEARNING_SYNC; in qeth_l2_dev2br_worker()
2195 !(priv->brport_features & BR_LEARNING_SYNC)); in qeth_bridgeport_allowed()
[all …]
/openbmc/linux/include/linux/
H A Dif_bridge.h49 #define BR_LEARNING_SYNC BIT(9) macro
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c569 br_port->flags = BR_LEARNING | BR_FLOOD | BR_LEARNING_SYNC | in prestera_bridge_port_create()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c494 bridge_port->flags = BR_LEARNING | BR_FLOOD | BR_LEARNING_SYNC | in mlxsw_sp_bridge_port_create()
/openbmc/linux/net/core/
H A Drtnetlink.c4944 IFLA_BRPORT_LEARNING_SYNC, BR_LEARNING_SYNC) || in ndo_dflt_bridge_getlink()