Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c43 void (*clean_stats)(struct mlxsw_sp_port *mlxsw_sp_port, member
218 if (mlxsw_sp_qdisc->ops->clean_stats) in mlxsw_sp_qdisc_destroy()
219 mlxsw_sp_qdisc->ops->clean_stats(mlxsw_sp_port, mlxsw_sp_qdisc); in mlxsw_sp_qdisc_destroy()
308 if (ops->clean_stats) in mlxsw_sp_qdisc_change()
309 ops->clean_stats(mlxsw_sp_port, mlxsw_sp_qdisc); in mlxsw_sp_qdisc_change()
676 .clean_stats = mlxsw_sp_setup_tc_qdisc_red_clean_stats,
882 .clean_stats = mlxsw_sp_setup_tc_qdisc_leaf_clean_stats,
957 .clean_stats = mlxsw_sp_setup_tc_qdisc_leaf_clean_stats,
1111 child_qdisc->ops && child_qdisc->ops->clean_stats) { in __mlxsw_sp_qdisc_ets_replace()
1113 child_qdisc->ops->clean_stats(mlxsw_sp_port, in __mlxsw_sp_qdisc_ets_replace()
[all …]