Searched refs:htb (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | htb.c | 53 last = find_last_bit(htb->qos_used_qids, mlx5e_qos_max_leaf_nodes(htb->mdev)); in mlx5e_htb_cur_leaf_nodes() 206 mlx5e_selq_apply(htb->selq); in mlx5e_htb_root_add() 217 mlx5e_selq_cancel(htb->selq); in mlx5e_htb_root_add() 235 mlx5e_selq_apply(htb->selq); in mlx5e_htb_root_del() 702 kvfree(htb); in mlx5e_htb_free() 709 htb->mdev = mdev; in mlx5e_htb_init() 710 htb->netdev = netdev; in mlx5e_htb_init() 711 htb->selq = selq; in mlx5e_htb_init() 712 htb->priv = priv; in mlx5e_htb_init() 713 hash_init(htb->qos_tc2node); in mlx5e_htb_init() [all …]
|
A D | htb.h | 15 int mlx5e_htb_enumerate_leaves(struct mlx5e_htb *htb, mlx5e_fp_htb_enumerate callback, void *data); 17 int mlx5e_htb_cur_leaf_nodes(struct mlx5e_htb *htb); 20 int mlx5e_htb_get_txq_by_classid(struct mlx5e_htb *htb, u16 classid); 25 mlx5e_htb_leaf_alloc_queue(struct mlx5e_htb *htb, u16 classid, 29 mlx5e_htb_leaf_to_inner(struct mlx5e_htb *htb, u16 classid, u16 child_classid, 31 int mlx5e_htb_leaf_del(struct mlx5e_htb *htb, u16 *classid, 34 mlx5e_htb_leaf_del_last(struct mlx5e_htb *htb, u16 classid, bool force, 37 mlx5e_htb_node_modify(struct mlx5e_htb *htb, u16 classid, u64 rate, u64 ceil, 40 void mlx5e_htb_free(struct mlx5e_htb *htb); 41 int mlx5e_htb_init(struct mlx5e_htb *htb, struct tc_htb_qopt_offload *htb_qopt, [all …]
|
A D | qos.c | 376 struct mlx5e_htb *htb = priv->htb; in mlx5e_htb_setup_tc() local 379 if (!htb && htb_qopt->command != TC_HTB_CREATE) in mlx5e_htb_setup_tc() 389 priv->htb = mlx5e_htb_alloc(); in mlx5e_htb_setup_tc() 390 htb = priv->htb; in mlx5e_htb_setup_tc() 391 if (!htb) in mlx5e_htb_setup_tc() 395 mlx5e_htb_free(htb); in mlx5e_htb_setup_tc() 396 priv->htb = NULL; in mlx5e_htb_setup_tc() 400 mlx5e_htb_cleanup(htb); in mlx5e_htb_setup_tc() 401 mlx5e_htb_free(htb); in mlx5e_htb_setup_tc() 402 priv->htb = NULL; in mlx5e_htb_setup_tc() [all …]
|
A D | qos.h | 41 int mlx5e_htb_setup_tc(struct mlx5e_priv *priv, struct tc_htb_qopt_offload *htb);
|
A D | selq.c | 188 return mlx5e_htb_get_txq_by_classid(priv->htb, classid); in mlx5e_select_htb_queue()
|
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/ |
A D | net_cls.rst | 35 tc qdisc add dev eth0 root handle 10: htb 36 tc class add dev eth0 parent 10: classid 10:1 htb rate 40mbit
|
/linux-6.3-rc2/tools/bpf/bpftool/Documentation/ |
A D | bpftool-net.rst | 95 eth0(2) htb name prefix_matcher.o:[cls_prefix_matcher_htb] id 111727 act [] 117 "kind": "htb",
|
/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | rtnetlink.sh | 153 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-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | Makefile | 31 en/qos.o en/htb.o en/trap.o en/fs_tt_redirect.o en/selq.o \
|
A D | en.h | 971 struct mlx5e_htb *htb; member
|
A D | en_main.c | 2549 if (priv->htb) { in mlx5e_open_channels() 2581 if (priv->htb) in mlx5e_activate_channels() 2746 if (priv->htb) in mlx5e_update_tx_netdev_queues() 2747 qos_queues = mlx5e_htb_cur_leaf_nodes(priv->htb); in mlx5e_update_tx_netdev_queues()
|
/linux-6.3-rc2/net/sched/ |
A D | Kconfig | 53 <http://luxik.cdi.cz/~devik/qos/htb/> for complete manual and
|
/linux-6.3-rc2/net/netfilter/ |
A D | Kconfig | 841 atm, cbq, dsmark, pfifo_fast, htb, prio
|
Completed in 39 milliseconds