Searched refs:root_qdisc (Results 1 – 2 of 2) sorted by relevance
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() local286 if (root_qdisc != mlxsw_sp_qdisc) in mlxsw_sp_qdisc_red_destroy()287 root_qdisc->stats_base.backlog -= in mlxsw_sp_qdisc_red_destroy()[all …]
231 struct mlxsw_sp_qdisc *root_qdisc; member