Searched refs:child_qdisc (Results 1 – 1 of 1) sorted by relevance
1078 struct mlxsw_sp_qdisc *child_qdisc; in __mlxsw_sp_qdisc_ets_replace() local1085 child_qdisc = &mlxsw_sp_qdisc->qdiscs[band]; in __mlxsw_sp_qdisc_ets_replace()1086 old_priomap = child_qdisc->prio_bitmap; in __mlxsw_sp_qdisc_ets_replace()1087 child_qdisc->prio_bitmap = 0; in __mlxsw_sp_qdisc_ets_replace()1098 child_qdisc->prio_bitmap |= BIT(i); in __mlxsw_sp_qdisc_ets_replace()1108 child_qdisc->tclass_num = tclass; in __mlxsw_sp_qdisc_ets_replace()1110 if (old_priomap != child_qdisc->prio_bitmap && in __mlxsw_sp_qdisc_ets_replace()1111 child_qdisc->ops && child_qdisc->ops->clean_stats) { in __mlxsw_sp_qdisc_ets_replace()1112 backlog = child_qdisc->stats_base.backlog; in __mlxsw_sp_qdisc_ets_replace()1113 child_qdisc->ops->clean_stats(mlxsw_sp_port, in __mlxsw_sp_qdisc_ets_replace()[all …]