Searched refs:mlxsw_sp_span_respin_work (Results 1 – 1 of 1) sorted by relevance
1689 struct mlxsw_sp_span_respin_work { struct1694 static void mlxsw_sp_span_respin_work(struct work_struct *work) in mlxsw_sp_span_respin_work() argument1696 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()