Lines Matching refs:root_qdisc
81 return mlxsw_sp_port->root_qdisc; in mlxsw_sp_qdisc_find()
83 if (root_only || !mlxsw_sp_port->root_qdisc || in mlxsw_sp_qdisc_find()
84 !mlxsw_sp_port->root_qdisc->ops || in mlxsw_sp_qdisc_find()
85 TC_H_MAJ(parent) != mlxsw_sp_port->root_qdisc->handle || in mlxsw_sp_qdisc_find()
99 if (mlxsw_sp_port->root_qdisc->handle == handle) in mlxsw_sp_qdisc_find_by_handle()
100 return mlxsw_sp_port->root_qdisc; in mlxsw_sp_qdisc_find_by_handle()
102 if (mlxsw_sp_port->root_qdisc->handle == TC_H_UNSPEC) in mlxsw_sp_qdisc_find_by_handle()
284 struct mlxsw_sp_qdisc *root_qdisc = mlxsw_sp_port->root_qdisc; in mlxsw_sp_qdisc_red_destroy() local
286 if (root_qdisc != mlxsw_sp_qdisc) in mlxsw_sp_qdisc_red_destroy()
287 root_qdisc->stats_base.backlog -= in mlxsw_sp_qdisc_red_destroy()
708 mlxsw_sp_port->root_qdisc = mlxsw_sp_qdisc; in mlxsw_sp_tc_qdisc_init()
709 mlxsw_sp_port->root_qdisc->prio_bitmap = 0xff; in mlxsw_sp_tc_qdisc_init()
710 mlxsw_sp_port->root_qdisc->tclass_num = MLXSW_SP_PORT_DEFAULT_TCLASS; in mlxsw_sp_tc_qdisc_init()
725 kfree(mlxsw_sp_port->root_qdisc); in mlxsw_sp_tc_qdisc_init()
733 kfree(mlxsw_sp_port->root_qdisc); in mlxsw_sp_tc_qdisc_fini()