Home
last modified time | relevance | path

Searched refs:brport_features (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/s390/net/
Dqeth_l2_main.c779 mode, priv->brport_features, in qeth_l2_bridge_getlink()
839 if (enable == !!(priv->brport_features & BR_LEARNING_SYNC)) in qeth_l2_bridge_setlink()
853 priv->brport_features |= BR_LEARNING_SYNC; in qeth_l2_bridge_setlink()
858 priv->brport_features ^= BR_LEARNING_SYNC; in qeth_l2_bridge_setlink()
1014 if (priv->brport_features & BR_LEARNING_SYNC) { in qeth_l2_enable_brport_features()
1031 priv->brport_features ^= BR_LEARNING_SYNC; in qeth_l2_enable_brport_features()
1036 priv->brport_features ^= BR_LEARNING_SYNC; in qeth_l2_enable_brport_features()
1312 priv->brport_features ^= BR_LEARNING_SYNC; in qeth_l2_dev2br_worker()
2084 !(priv->brport_features & BR_LEARNING_SYNC)); in qeth_bridgeport_allowed()
2299 if (priv->brport_features & BR_LEARNING_SYNC) { in qeth_l2_set_offline()
Dqeth_core.h817 u32 brport_features; member