Home
last modified time | relevance | path

Searched refs:br_port_get_stp_state (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/include/linux/
Dif_bridge.h183 u8 br_port_get_stp_state(const struct net_device *dev);
204 static inline u8 br_port_get_stp_state(const struct net_device *dev) in br_port_get_stp_state() function
/linux-6.6.21/net/bridge/
Dbr_stp.c73 u8 br_port_get_stp_state(const struct net_device *dev) in br_port_get_stp_state() function
85 EXPORT_SYMBOL_GPL(br_port_get_stp_state);
/linux-6.6.21/drivers/net/ethernet/microchip/lan966x/
Dlan966x_lag.c149 lan966x_port_stp_state_set(port, br_port_get_stp_state(brport_dev)); in lan966x_lag_port_join()
/linux-6.6.21/net/dsa/
Dport.c381 err = dsa_port_set_state(dp, br_port_get_stp_state(brport_dev), false); in dsa_port_switchdev_sync_attrs()
/linux-6.6.21/drivers/net/ethernet/mscc/
Docelot_net.c1267 stp_state = br_port_get_stp_state(brport_dev); in ocelot_switchdev_sync()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c493 bridge_port->stp_state = br_port_get_stp_state(brport_dev); in mlxsw_sp_bridge_port_create()