Searched refs:mlxsw_sp_span_respin_work (Results 1 – 1 of 1) sorted by relevance
1715 struct mlxsw_sp_span_respin_work { struct1720 static void mlxsw_sp_span_respin_work(struct work_struct *work) in mlxsw_sp_span_respin_work() argument1722 struct mlxsw_sp_span_respin_work *respin_work = in mlxsw_sp_span_respin_work()1723 container_of(work, struct mlxsw_sp_span_respin_work, work); in mlxsw_sp_span_respin_work()1733 struct mlxsw_sp_span_respin_work *respin_work; in mlxsw_sp_span_respin_schedule()1739 INIT_WORK(&respin_work->work, mlxsw_sp_span_respin_work); in mlxsw_sp_span_respin_schedule()