Searched refs:ethsw_switchdev_event_work (Results 1 – 1 of 1) sorted by relevance
1004 struct ethsw_switchdev_event_work { struct1011 static void ethsw_switchdev_event_work(struct work_struct *work) in ethsw_switchdev_event_work() function1013 struct ethsw_switchdev_event_work *switchdev_work = in ethsw_switchdev_event_work()1014 container_of(work, struct ethsw_switchdev_event_work, work); in ethsw_switchdev_event_work()1049 struct ethsw_switchdev_event_work *switchdev_work; in port_switchdev_event()1056 INIT_WORK(&switchdev_work->work, ethsw_switchdev_event_work); in port_switchdev_event()