Searched refs:clean_stats (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_qdisc.c | 43 void (*clean_stats)(struct mlxsw_sp_port *mlxsw_sp_port, member 261 if (mlxsw_sp_qdisc->ops->clean_stats) in mlxsw_sp_qdisc_destroy() 262 mlxsw_sp_qdisc->ops->clean_stats(mlxsw_sp_port, mlxsw_sp_qdisc); in mlxsw_sp_qdisc_destroy() 436 if (ops->clean_stats) in mlxsw_sp_qdisc_change() 437 ops->clean_stats(mlxsw_sp_port, mlxsw_sp_qdisc); in mlxsw_sp_qdisc_change() 842 .clean_stats = mlxsw_sp_setup_tc_qdisc_red_clean_stats, 1079 .clean_stats = mlxsw_sp_setup_tc_qdisc_leaf_clean_stats, 1158 .clean_stats = mlxsw_sp_setup_tc_qdisc_leaf_clean_stats, 1302 if (mlxsw_sp_qdisc->ops->clean_stats) in mlxsw_sp_qdisc_walk_cb_clean_stats() 1303 mlxsw_sp_qdisc->ops->clean_stats(mlxsw_sp_por in mlxsw_sp_qdisc_walk_cb_clean_stats() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_qdisc.c | 44 void (*clean_stats)(struct mlxsw_sp_port *mlxsw_sp_port, member 215 if (ops->clean_stats) in mlxsw_sp_qdisc_replace() 216 ops->clean_stats(mlxsw_sp_port, mlxsw_sp_qdisc); in mlxsw_sp_qdisc_replace() 566 .clean_stats = mlxsw_sp_setup_tc_qdisc_red_clean_stats, 768 .clean_stats = mlxsw_sp_setup_tc_qdisc_leaf_clean_stats, 846 .clean_stats = mlxsw_sp_setup_tc_qdisc_leaf_clean_stats, 997 child_qdisc->ops && child_qdisc->ops->clean_stats) { in __mlxsw_sp_qdisc_ets_replace() 999 child_qdisc->ops->clean_stats(mlxsw_sp_port, in __mlxsw_sp_qdisc_ets_replace() 1122 .clean_stats = mlxsw_sp_setup_tc_qdisc_prio_clean_stats, 1171 .clean_stats [all...] |
Completed in 5 milliseconds