Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c1689 struct mlxsw_sp_span_respin_work { struct
1694 static void mlxsw_sp_span_respin_work(struct work_struct *work) in mlxsw_sp_span_respin_work() argument
1696 struct mlxsw_sp_span_respin_work *respin_work = in mlxsw_sp_span_respin_work()
1697 container_of(work, struct mlxsw_sp_span_respin_work, work); in mlxsw_sp_span_respin_work()
1707 struct mlxsw_sp_span_respin_work *respin_work; in mlxsw_sp_span_respin_schedule()
1713 INIT_WORK(&respin_work->work, mlxsw_sp_span_respin_work); in mlxsw_sp_span_respin_schedule()