Searched refs:htb_qopt (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | qos.c | 395 if (htb_qopt->prio || htb_qopt->quantum) { in mlx5e_htb_setup_tc() 401 switch (htb_qopt->command) { in mlx5e_htb_setup_tc() 424 res = mlx5e_htb_leaf_alloc_queue(htb, htb_qopt->classid, htb_qopt->parent_classid, in mlx5e_htb_setup_tc() 425 htb_qopt->rate, htb_qopt->ceil, htb_qopt->extack); in mlx5e_htb_setup_tc() 428 htb_qopt->qid = res; in mlx5e_htb_setup_tc() 431 return mlx5e_htb_leaf_to_inner(htb, htb_qopt->parent_classid, htb_qopt->classid, in mlx5e_htb_setup_tc() 432 htb_qopt->rate, htb_qopt->ceil, htb_qopt->extack); in mlx5e_htb_setup_tc() 434 return mlx5e_htb_leaf_del(htb, &htb_qopt->classid, htb_qopt->extack); in mlx5e_htb_setup_tc() 441 return mlx5e_htb_node_modify(htb, htb_qopt->classid, htb_qopt->rate, htb_qopt->ceil, in mlx5e_htb_setup_tc() 442 htb_qopt->extack); in mlx5e_htb_setup_tc() [all …]
|
| A D | htb.c | 705 int mlx5e_htb_init(struct mlx5e_htb *htb, struct tc_htb_qopt_offload *htb_qopt, in mlx5e_htb_init() argument 714 return mlx5e_htb_root_add(htb, htb_qopt->parent_classid, htb_qopt->classid, in mlx5e_htb_init() 715 htb_qopt->extack); in mlx5e_htb_init()
|
| A D | htb.h | 41 int mlx5e_htb_init(struct mlx5e_htb *htb, struct tc_htb_qopt_offload *htb_qopt,
|
Completed in 7 milliseconds