Searched defs:prueth_switchdev_event_work (Results 1 – 1 of 1) sorted by relevance
19 struct prueth_switchdev_event_work { struct20 struct work_struct work;21 struct switchdev_notifier_fdb_info fdb_info;22 struct prueth_emac *emac;23 unsigned long event;125 static void prueth_switchdev_event_work(struct work_struct *work) in prueth_switchdev_event_work() function