Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dif_bridge.h161 u8 br_port_get_stp_state(const struct net_device *dev);
182 static inline u8 br_port_get_stp_state(const struct net_device *dev) in br_port_get_stp_state() function
/Linux-v5.15/net/bridge/
Dbr_stp.c67 u8 br_port_get_stp_state(const struct net_device *dev) in br_port_get_stp_state() function
79 EXPORT_SYMBOL_GPL(br_port_get_stp_state);
/Linux-v5.15/net/dsa/
Dport.c231 err = dsa_port_set_state(dp, br_port_get_stp_state(brport_dev), false); in dsa_port_switchdev_sync_attrs()
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_net.c1131 stp_state = br_port_get_stp_state(brport_dev); in ocelot_switchdev_sync()