Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c1715 struct mlxsw_sp_span_respin_work { struct
1720 static void mlxsw_sp_span_respin_work(struct work_struct *work) in mlxsw_sp_span_respin_work() argument
1722 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()