Searched defs:cpsw_switchdev_event_work (Results 1 – 1 of 1) sorted by relevance
20 struct cpsw_switchdev_event_work { struct21 struct work_struct work;22 struct switchdev_notifier_fdb_info fdb_info;23 struct cpsw_priv *priv;24 unsigned long event;376 static void cpsw_switchdev_event_work(struct work_struct *work) in cpsw_switchdev_event_work() function