Home
last modified time | relevance | path

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

/Linux-v5.10/net/dsa/
Ddsa.c325 int unregister_dsa_notifier(struct notifier_block *nb) in unregister_dsa_notifier() function
329 EXPORT_SYMBOL_GPL(unregister_dsa_notifier);
/Linux-v5.10/include/net/
Ddsa.h847 int unregister_dsa_notifier(struct notifier_block *nb);
856 static inline int unregister_dsa_notifier(struct notifier_block *nb) in unregister_dsa_notifier() function
/Linux-v5.10/drivers/net/ethernet/broadcom/
Dbcmsysport.c2631 unregister_dsa_notifier(&priv->dsa_notifier); in bcm_sysport_probe()
2649 unregister_dsa_notifier(&priv->dsa_notifier); in bcm_sysport_remove()