Searched defs:adin1110_switchdev_event_work (Results 1 – 1 of 1) sorted by relevance
166 struct adin1110_switchdev_event_work { struct167 struct work_struct work;168 struct switchdev_notifier_fdb_info fdb_info;169 struct adin1110_port_priv *port_priv;170 unsigned long event;1446 static void adin1110_switchdev_event_work(struct work_struct *work) in adin1110_switchdev_event_work() function