Home
last modified time | relevance | path

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

/linux/include/linux/ !
H A Dif_bridge.h181 u8 br_port_get_stp_state(const struct net_device *dev);
202 static inline u8 br_port_get_stp_state(const struct net_device *dev) in br_port_get_stp_state() function
/linux/net/bridge/ !
H A 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/drivers/net/ethernet/microchip/lan966x/ !
H A Dlan966x_lag.c149 lan966x_port_stp_state_set(port, br_port_get_stp_state(brport_dev)); in lan966x_lag_port_join()
/linux/drivers/net/ethernet/mscc/ !
H A Docelot_net.c1288 stp_state = br_port_get_stp_state(brport_dev); in ocelot_switchdev_sync()
/linux/drivers/net/ethernet/mellanox/mlxsw/ !
H A Dspectrum_switchdev.c493 bridge_port->stp_state = br_port_get_stp_state(brport_dev); in mlxsw_sp_bridge_port_create()