Home
last modified time | relevance | path

Searched refs:unregister_dsa_notifier (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/dsa/
Ddsa.c271 int unregister_dsa_notifier(struct notifier_block *nb) in unregister_dsa_notifier() function
275 EXPORT_SYMBOL_GPL(unregister_dsa_notifier);
/Linux-v4.19/include/net/
Ddsa.h595 int unregister_dsa_notifier(struct notifier_block *nb);
604 static inline int unregister_dsa_notifier(struct notifier_block *nb) in unregister_dsa_notifier() function
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbcmsysport.c2557 unregister_dsa_notifier(&priv->dsa_notifier); in bcm_sysport_probe()
2575 unregister_dsa_notifier(&priv->dsa_notifier); in bcm_sysport_remove()