Searched refs:ethsw_switchdev_event_work (Results 1 – 1 of 1) sorted by relevance
1181 struct ethsw_switchdev_event_work { struct1188 static void ethsw_switchdev_event_work(struct work_struct *work) in ethsw_switchdev_event_work() argument1190 struct ethsw_switchdev_event_work *switchdev_work = in ethsw_switchdev_event_work()1191 container_of(work, struct ethsw_switchdev_event_work, work); in ethsw_switchdev_event_work()1236 struct ethsw_switchdev_event_work *switchdev_work; in port_switchdev_event()1249 INIT_WORK(&switchdev_work->work, ethsw_switchdev_event_work); in port_switchdev_event()