Home
last modified time | relevance | path

Searched refs:htb (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dqos.c78 __set_bit(qid, priv->htb.qos_used_qids); in mlx5e_sw_node_create_leaf()
131 __clear_bit(node->qid, priv->htb.qos_used_qids); in mlx5e_sw_node_delete()
211 WARN_ON(node->qid > priv->htb.max_qos_sqs); in mlx5e_open_qos_sq()
212 if (node->qid == priv->htb.max_qos_sqs) { in mlx5e_open_qos_sq()
215 if (priv->htb.max_qos_sqs == 0) { in mlx5e_open_qos_sq()
233 smp_store_release(&priv->htb.max_qos_sqs, priv->htb.max_qos_sqs + 1); in mlx5e_open_qos_sq()
257 priv->htb.qos_sq_stats[node->qid]); in mlx5e_open_qos_sq()
402 if (!priv->htb.maj_id) in mlx5e_qos_open_queues()
504 WRITE_ONCE(priv->htb.defcls, htb_defcls); in mlx5e_htb_root_add()
528 WRITE_ONCE(priv->htb.maj_id, 0); in mlx5e_htb_root_del()
[all …]
/linux/Documentation/admin-guide/cgroup-v1/
A Dnet_cls.rst35 tc qdisc add dev eth0 root handle 10: htb
36 tc class add dev eth0 parent 10: classid 10:1 htb rate 40mbit
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c3310 return mlx5e_htb_root_add(priv, htb->parent_classid, htb->classid, in mlx5e_setup_tc_htb()
3311 htb->extack); in mlx5e_setup_tc_htb()
3315 res = mlx5e_htb_leaf_alloc_queue(priv, htb->classid, htb->parent_classid, in mlx5e_setup_tc_htb()
3316 htb->rate, htb->ceil, htb->extack); in mlx5e_setup_tc_htb()
3319 htb->qid = res; in mlx5e_setup_tc_htb()
3322 return mlx5e_htb_leaf_to_inner(priv, htb->parent_classid, htb->classid, in mlx5e_setup_tc_htb()
3323 htb->rate, htb->ceil, htb->extack); in mlx5e_setup_tc_htb()
3325 return mlx5e_htb_leaf_del(priv, &htb->classid, htb->extack); in mlx5e_setup_tc_htb()
3332 return mlx5e_htb_node_modify(priv, htb->classid, htb->rate, htb->ceil, in mlx5e_setup_tc_htb()
3333 htb->extack); in mlx5e_setup_tc_htb()
[all …]
A Den_stats.c446 max_qos_sqs = smp_load_acquire(&priv->htb.max_qos_sqs); in mlx5e_stats_grp_sw_update_stats_qos()
447 stats = READ_ONCE(priv->htb.qos_sq_stats); in mlx5e_stats_grp_sw_update_stats_qos()
2016 return NUM_QOS_SQ_STATS * smp_load_acquire(&priv->htb.max_qos_sqs); in MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS()
2022 u16 max_qos_sqs = smp_load_acquire(&priv->htb.max_qos_sqs); in MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS()
2040 max_qos_sqs = smp_load_acquire(&priv->htb.max_qos_sqs); in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
2041 stats = READ_ONCE(priv->htb.qos_sq_stats); in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
A Den_tx.c98 classid = READ_ONCE(priv->htb.defcls); in mlx5e_select_htb_queue()
121 u16 htb_maj_id = smp_load_acquire(&priv->htb.maj_id); in mlx5e_select_queue()
A Den_ethtool.c450 if (priv->htb.maj_id) { in mlx5e_ethtool_set_channels()
2035 if (priv->htb.maj_id) { in set_pflag_tx_port_ts()
A Den.h949 struct mlx5e_htb htb; member
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-net.rst91 eth0(2) htb name prefix_matcher.o:[cls_prefix_matcher_htb] id 111727 act []
113 "kind": "htb",
/linux/tools/testing/selftests/net/
A Drtnetlink.sh153 tc qdisc add dev "$dev" root handle 1: htb
155 tc class add dev "$dev" parent 1: classid 1:10 htb rate 1mbit
173 tc qdisc del dev "$dev" root handle 1: htb
/linux/net/sched/
A DKconfig70 <http://luxik.cdi.cz/~devik/qos/htb/> for complete manual and
/linux/net/netfilter/
A DKconfig840 atm, cbq, dsmark, pfifo_fast, htb, prio

Completed in 43 milliseconds