Searched refs:mlxsw_sp_switchdev_event_work (Results 1 – 1 of 1) sorted by relevance
2285 struct mlxsw_sp_switchdev_event_work { struct2292 static void mlxsw_sp_switchdev_event_work(struct work_struct *work) in mlxsw_sp_switchdev_event_work() argument2294 struct mlxsw_sp_switchdev_event_work *switchdev_work = in mlxsw_sp_switchdev_event_work()2295 container_of(work, struct mlxsw_sp_switchdev_event_work, work); in mlxsw_sp_switchdev_event_work()2346 struct mlxsw_sp_switchdev_event_work *switchdev_work; in mlxsw_sp_switchdev_event()2356 INIT_WORK(&switchdev_work->work, mlxsw_sp_switchdev_event_work); in mlxsw_sp_switchdev_event()