Home
last modified time | relevance | path

Searched refs:mlxsw_sp_switchdev_event_work (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c2285 struct mlxsw_sp_switchdev_event_work { struct
2292 static void mlxsw_sp_switchdev_event_work(struct work_struct *work) in mlxsw_sp_switchdev_event_work() argument
2294 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()