Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_flex_actions.c157 mlxsw_sp_span_agent_put(mlxsw_sp, *p_span_id); in mlxsw_sp_act_mirror_add()
169 mlxsw_sp_span_agent_put(mlxsw_sp, span_id); in mlxsw_sp_act_mirror_del()
269 mlxsw_sp_span_agent_put(mlxsw_sp, *p_span_id); in mlxsw_sp2_act_sampler_add()
286 mlxsw_sp_span_agent_put(mlxsw_sp, span_id); in mlxsw_sp2_act_sampler_del()
Dspectrum_matchall.c72 mlxsw_sp_span_agent_put(mlxsw_sp, mall_entry->mirror.span_id); in mlxsw_sp_mall_port_mirror_add()
89 mlxsw_sp_span_agent_put(mlxsw_sp, mall_entry->mirror.span_id); in mlxsw_sp_mall_port_mirror_del()
455 mlxsw_sp_span_agent_put(mlxsw_sp, mall_entry->sample.span_id); in mlxsw_sp2_mall_sample_add()
472 mlxsw_sp_span_agent_put(mlxsw_sp, mall_entry->sample.span_id); in mlxsw_sp2_mall_sample_del()
Dspectrum_span.h105 void mlxsw_sp_span_agent_put(struct mlxsw_sp *mlxsw_sp, int span_id);
Dspectrum_qdisc.c1804 mlxsw_sp_span_agent_put(mlxsw_sp, span_id); in mlxsw_sp_qevent_span_configure()
1826 mlxsw_sp_span_agent_put(mlxsw_sp, span_id); in mlxsw_sp_qevent_span_deconfigure()
Dspectrum_span.c1101 void mlxsw_sp_span_agent_put(struct mlxsw_sp *mlxsw_sp, int span_id) in mlxsw_sp_span_agent_put() function