respin_work      1722 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	struct mlxsw_sp_span_respin_work *respin_work =
respin_work      1726 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	mlxsw_sp_span_respin(respin_work->mlxsw_sp);
respin_work      1728 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	kfree(respin_work);
respin_work      1733 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	struct mlxsw_sp_span_respin_work *respin_work;
respin_work      1735 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	respin_work = kzalloc(sizeof(*respin_work), GFP_ATOMIC);
respin_work      1736 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	if (!respin_work)
respin_work      1739 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	INIT_WORK(&respin_work->work, mlxsw_sp_span_respin_work);
respin_work      1740 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	respin_work->mlxsw_sp = mlxsw_sp;
respin_work      1742 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	mlxsw_core_schedule_work(&respin_work->work);