Home
last modified time | relevance | path

Searched refs:root_qdisc (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c81 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()
[all …]
Dspectrum.h231 struct mlxsw_sp_qdisc *root_qdisc; member