Searched refs:child_qdisc (Results 1 – 1 of 1) sorted by relevance
967 struct mlxsw_sp_qdisc *child_qdisc; in __mlxsw_sp_qdisc_ets_replace() local974 child_qdisc = &qdisc_state->tclass_qdiscs[tclass]; in __mlxsw_sp_qdisc_ets_replace()975 old_priomap = child_qdisc->prio_bitmap; in __mlxsw_sp_qdisc_ets_replace()976 child_qdisc->prio_bitmap = 0; in __mlxsw_sp_qdisc_ets_replace()987 child_qdisc->prio_bitmap |= BIT(i); in __mlxsw_sp_qdisc_ets_replace()996 if (old_priomap != child_qdisc->prio_bitmap && in __mlxsw_sp_qdisc_ets_replace()997 child_qdisc->ops && child_qdisc->ops->clean_stats) { in __mlxsw_sp_qdisc_ets_replace()998 backlog = child_qdisc->stats_base.backlog; in __mlxsw_sp_qdisc_ets_replace()999 child_qdisc->ops->clean_stats(mlxsw_sp_port, in __mlxsw_sp_qdisc_ets_replace()1000 child_qdisc); in __mlxsw_sp_qdisc_ets_replace()[all …]